[zsh] provided by manjaro

This commit is contained in:
Christophe Robillard 2025-02-18 20:03:41 +01:00
parent 2be6d1a950
commit 4f197f1483

14
dotfiles/zshrc Normal file
View file

@ -0,0 +1,14 @@
# Use powerline
USE_POWERLINE="true"
# Has weird character width
# Example:
#  is not a diamond
HAS_WIDECHARS="false"
# 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