Restructured zsh config

This commit is contained in:
2020-06-02 15:59:14 +02:00
parent 8b72233e29
commit 0cd62c36d7
20 changed files with 56 additions and 28 deletions

7
.zshenv Normal file
View File

@ -0,0 +1,7 @@
## ~/.zshenv - Should contain commands to set the $PATH and other important environment variables
# Where to look for zsh config
ZDOTDIR=~/.zsh
# Load config files in $ZSH/lib that for stage 3
for config_file ($ZDOTDIR/lib/10-*.zsh) source $config_file