From: Hendrik Jäger Date: Thu, 29 Dec 2022 12:27:30 +0000 (+0100) Subject: fix: fewer sourced files X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=172762f0863ed8c179fd75109cc61736cfd4e894;p=user%2Fhenk%2Fvcsh%2Fzsh.git fix: fewer sourced files --- diff --git a/.zshrc b/.zshrc index 2bc79dd..1ec8d35 100644 --- a/.zshrc +++ b/.zshrc @@ -153,11 +153,7 @@ zgenom load 'https://github.com/MichaelAquilina/zsh-you-should-use' # source ~/.zsh_functions_taskwarrior -# TODO break this up -source ~/.zsh_local - -# TODO break this up -for f in ~/.env_*(N) +for f in ~/.zsh_local*(N) do source $f done