]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
fix: fewer sourced files
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 29 Dec 2022 12:27:30 +0000 (13:27 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Sun, 8 Jan 2023 12:37:02 +0000 (13:37 +0100)
.zshrc

diff --git a/.zshrc b/.zshrc
index 2bc79dd007e82fae3dc09a46a935362a7684a4e0..1ec8d35a3dee48b6b5a6f02dacbbca12d803f7ed 100644 (file)
--- 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