X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zshrc;h=2bc79dd007e82fae3dc09a46a935362a7684a4e0;hb=9a3d8f8b4ed8438805f72d496579d50d52be5dcc;hp=418f3ef00da7a4fe8a4310eae7ec8316fe1d0ef8;hpb=c0943f0bcdf810bee6cb75632c514fb22bd88d53;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zshrc b/.zshrc index 418f3ef..2bc79dd 100644 --- a/.zshrc +++ b/.zshrc @@ -9,16 +9,14 @@ HISTFILE=~/.zsh_history HISTSIZE=1000000000 SAVEHIST=1000000000 -# what is that for exactly? maybe taskwarrior? or timewarrior? +# print time needed for execution when it takes longer than this value REPORTTIME=10 + ## define word characters (for stuff like backward-word, forward-word, backward-kill-word,..) ## 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 fpath=(~/.zsh_functions $fpath) @@ -39,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