6 lines
209 B
Bash
Executable File
6 lines
209 B
Bash
Executable File
## $ZDOTDIR/.zshrc - Should be used to set up aliases, functions, keybindings etc.
|
|
|
|
# Load config files in $ZSH/lib that for stage 2
|
|
for config_file (${ZLIBDIR}/20-*.zsh) source $config_file
|
|
unset config_file
|