X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zshrc;h=24597869ae82b3d4cafc24fe00635c06b1f2c3d4;hb=0577c37fd311a71cfdd79e56c8596095c5cf261b;hp=ba4bf8623ad49090e230010f860f57192f7255aa;hpb=0386496bff759e5dbbe3aa765f886beeb34016de;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zshrc b/.zshrc index ba4bf86..2459786 100644 --- a/.zshrc +++ b/.zshrc @@ -17,11 +17,10 @@ REPORTTIME=10 ## these are NOT separators but chars considered part of a word #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default -# zsh you-should-use -export YSU_MODE=ALL - # where zsh looks for functions + +# add my own functions fpath=(~/.zsh_functions $fpath) @@ -40,8 +39,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 @@ -158,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