diff options
author | tilpner | 2019-07-16 14:24:44 +0200 |
---|---|---|
committer | tilpner | 2019-07-16 14:24:44 +0200 |
commit | 28bade0617321b79772d7f494616dcf58aabc938 (patch) | |
tree | 59f3ecbd9342b7ad603e0ee1fa9123a91b7919d4 /conf.d/90-history.zsh | |
parent | 778aa22fd61c55c4e9eb8170a5a29a96b554a615 (diff) | |
download | zsh-28bade0617321b79772d7f494616dcf58aabc938.tar.gz zsh-28bade0617321b79772d7f494616dcf58aabc938.tar.xz zsh-28bade0617321b79772d7f494616dcf58aabc938.zip |
Enable hiding lines from history with spaces
Diffstat (limited to 'conf.d/90-history.zsh')
-rw-r--r-- | conf.d/90-history.zsh | 2 |
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 |