Move zsh config to ~/.config

This commit is contained in:
2020-10-11 19:25:48 +02:00
parent 416ed81ceb
commit 81b70af9d3
20 changed files with 5 additions and 1 deletions

4
.config/zsh/.zshrc Normal file
View File

@@ -0,0 +1,4 @@
## $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