summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 3c33070..088f53d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -381,6 +381,9 @@ setopt nohistverify
setopt prompt_subst
setopt HIST_FCNTL_LOCK
+# ignore lines starting with a space
+setopt hist_ignore_space
+
# disable XON/XOFF flow control (^s/^q)
stty -ixon