From 172762f0863ed8c179fd75109cc61736cfd4e894 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Thu, 29 Dec 2022 13:27:30 +0100 Subject: [PATCH] fix: fewer sourced files --- .zshrc | 6 +----- 1 file changed, 1 insertion(+), 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 -- 2.39.2