X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zshrc;h=24597869ae82b3d4cafc24fe00635c06b1f2c3d4;hb=0577c37fd311a71cfdd79e56c8596095c5cf261b;hp=2bc79dd007e82fae3dc09a46a935362a7684a4e0;hpb=9a3d8f8b4ed8438805f72d496579d50d52be5dcc;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zshrc b/.zshrc index 2bc79dd..2459786 100644 --- a/.zshrc +++ b/.zshrc @@ -19,6 +19,8 @@ REPORTTIME=10 # where zsh looks for functions + +# add my own functions fpath=(~/.zsh_functions $fpath) @@ -153,11 +155,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