12 lines
366 B
Bash
12 lines
366 B
Bash
# 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
|