]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
fix: 'source' does not take multiple files as arguments
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 3 Nov 2022 13:18:57 +0000 (14:18 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 3 Nov 2022 13:18:57 +0000 (14:18 +0100)
.zshrc

diff --git a/.zshrc b/.zshrc
index 7ec7ff69f85ef04eedfc2ef8526424ca546c5f0e..55fc7ec2c4ad4e84b857e7dff0431abedbac7d44 100644 (file)
--- 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