2020-06-02 15:59:14 +02:00
|
|
|
## ~/.zshenv - Should contain commands to set the $PATH and other important environment variables
|
|
|
|
|
|
|
|
# Where to look for zsh config
|
|
|
|
ZDOTDIR=~/.zsh
|
|
|
|
|
2020-06-02 16:12:54 +02:00
|
|
|
# Load config files in $ZSH/lib that for stage 1
|
2020-06-02 15:59:14 +02:00
|
|
|
for config_file ($ZDOTDIR/lib/10-*.zsh) source $config_file
|