summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 7ec7ff6..55fc7ec 100644
--- a/.zshrc
+++ b/.zshrc
@@ -172,7 +172,10 @@ zgenom load 'https://github.com/MichaelAquilina/zsh-you-should-use'
source ~/.zsh_local
# TODO break this up
-source ~/.env_*
+for f in ~/.env_*(N)
+do
+ source $f
+done
typeset -U path