summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2022-12-29 12:35:30 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-01-08 13:37:02 +0100
commit0386496bff759e5dbbe3aa765f886beeb34016de (patch)
tree0c9ea2b3f748bff4b11c51620af22b95eced0686
parentc0943f0bcdf810bee6cb75632c514fb22bd88d53 (diff)
fix: explanation what that setting is for
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
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