From 0386496bff759e5dbbe3aa765f886beeb34016de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Thu, 29 Dec 2022 12:35:30 +0100 Subject: [PATCH] fix: explanation what that setting is for --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2