[zsh] provided by manjaro
This commit is contained in:
parent
2be6d1a950
commit
4f197f1483
1 changed files with 14 additions and 0 deletions
14
dotfiles/zshrc
Normal file
14
dotfiles/zshrc
Normal 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
|
||||
Loading…
Add table
Reference in a new issue