From: Hendrik Jäger Date: Thu, 29 Dec 2022 11:35:30 +0000 (+0100) Subject: fix: explanation what that setting is for X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0386496bff759e5dbbe3aa765f886beeb34016de;p=user%2Fhenk%2Fvcsh%2Fzsh.git fix: explanation what that setting is for --- diff --git a/.zshrc b/.zshrc index 418f3ef..ba4bf86 100644 --- a/.zshrc +++ b/.zshrc @@ -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