aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/_zshrc b/_zshrc
index d01135d..97c22ce 100644
--- a/_zshrc
+++ b/_zshrc
@@ -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