X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zshrc;h=1ec8d35a3dee48b6b5a6f02dacbbca12d803f7ed;hb=172762f0863ed8c179fd75109cc61736cfd4e894;hp=2f9d6682a0ab309554b021705ffe575de0fed657;hpb=baa493afeade9a2c919f8bc424864f64d546e1e0;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zshrc b/.zshrc index 2f9d668..1ec8d35 100644 --- a/.zshrc +++ b/.zshrc @@ -37,8 +37,6 @@ hash -d fortunes=~/Data/henksfiles/workinprogress/Dokumente/fortunes/ # aliases are usually independent and standalone source ~/.zsh_aliases -# TODO break this up or make functions or get rid? -source ~/.zsh_qemu # load plugin manager after all 'static' stuff is done @@ -155,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