From 07095d22c379cbd9edb0b04f38dcf0eb9e251a2b Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Thu, 3 Nov 2022 14:18:57 +0100 Subject: fix: 'source' does not take multiple files as arguments --- .zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3