dotfiles/.config/zsh/.zshrc

5 lines
191 B
Bash
Raw Permalink Normal View History

2020-06-02 15:59:14 +02:00
## $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