diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,9 +9,10 @@ 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 |