summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2022-11-03 14:18:57 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2022-11-03 14:18:57 +0100
commit07095d22c379cbd9edb0b04f38dcf0eb9e251a2b (patch)
tree732b5a155fdec603256b4b45ef101a643514a78b
parent654a2cf03e6298474008488a01dbec630266d5c8 (diff)
fix: 'source' does not take multiple files as arguments
-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