summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-15 20:26:09 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-15 20:26:09 +0200
commit89b747d179db57fc73bd6f3d5635c2d9bf78d84a (patch)
treedbe707a6ca2151a2a80628f7f6ebc32397134d28
parenta253d1c27b9d30fb29e9b6f47343a20caa0cef73 (diff)
downloaddotfiles-89b747d179db57fc73bd6f3d5635c2d9bf78d84a.tar.gz
dotfiles-89b747d179db57fc73bd6f3d5635c2d9bf78d84a.tar.xz
ignore lines starting with a space
-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