summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilpner2019-07-16 14:24:44 +0200
committertilpner2019-07-16 14:24:44 +0200
commit28bade0617321b79772d7f494616dcf58aabc938 (patch)
tree59f3ecbd9342b7ad603e0ee1fa9123a91b7919d4
parent778aa22fd61c55c4e9eb8170a5a29a96b554a615 (diff)
downloadzsh-28bade0617321b79772d7f494616dcf58aabc938.tar.gz
zsh-28bade0617321b79772d7f494616dcf58aabc938.tar.xz
zsh-28bade0617321b79772d7f494616dcf58aabc938.zip
Enable hiding lines from history with spaces
-rw-r--r--conf.d/90-history.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/90-history.zsh b/conf.d/90-history.zsh
index 596ddf2..7c6095b 100644
--- a/conf.d/90-history.zsh
+++ b/conf.d/90-history.zsh
@@ -3,4 +3,4 @@ mkdir -p $(dirname $HISTFILE)
HISTSIZE=100000
SAVEHIST=100000
-
+setopt HIST_IGNORE_SPACE