dotfiles/.zshrc

13 lines
366 B
Bash
Raw Normal View History

2022-10-27 16:28:14 +02:00
# Use powerline
USE_POWERLINE="true"
# Source manjaro-zsh-configuration
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
source /usr/share/zsh/manjaro-zsh-config
fi
# Use manjaro zsh prompt
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
source /usr/share/zsh/manjaro-zsh-prompt
fi
export PATH=/home/christoph/.ghcup/bin:/home/christoph/.local/bin:$PATH