diff options
Diffstat (limited to '_zshrc')
-rw-r--r-- | _zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -24,9 +24,10 @@ ## -for f in ~/.zsh/[0-9][0-9]-*.zsh; do - source ${f} +for _f in ~/.zsh/[0-9][0-9]-*.zsh; do + source ${_f} done +unset _f ## Local configurations [ -r ~/.zshrc.local ] && source ~/.zshrc.local || true |