summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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