summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2022-12-29 13:27:30 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-01-08 13:37:02 +0100
commit172762f0863ed8c179fd75109cc61736cfd4e894 (patch)
treef828c7d20d1e13678b301c3fb916818a242ce6c1
parent9a3d8f8b4ed8438805f72d496579d50d52be5dcc (diff)
fix: fewer sourced files
-rw-r--r--.zshrc6
1 files changed, 1 insertions, 5 deletions
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