dotfiles/.config/zsh/.zshrc

5 lines
193 B
Bash
Raw 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 ($ZDOTDIR/lib/20-*.zsh) source $config_file