Move aliases to seperate files and cleanup the config

This commit is contained in:
Tim
2021-08-02 19:26:10 +02:00
parent ec766fb377
commit a1f27e07ba
3 changed files with 28 additions and 15 deletions

View File

@ -345,9 +345,9 @@
#
# typeset -g POWERLEVEL9K_DIR_CLASSES=()
typeset -g POWERLEVEL9K_DIR_CLASSES=(
'~/projects(|/*)' WORK ''
'~(|/*)' HOME ''
'*' DEFAULT ''
'~/projects(|/*)' WORK ' '
'~(|/*)' HOME ' '
'*' DEFAULT ' '
)
#####################################[ vcs: git status ]######################################