Initial add

This commit is contained in:
=
2022-02-03 14:21:12 -05:00
parent d89df88cd2
commit db6c1d4bb2
13 changed files with 201 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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