Use bash-style history ignoring.

This commit is contained in:
David Tomaschik
2014-06-07 17:57:51 -07:00
parent f235fb2660
commit 5ac75c4b63

2
zshrc
View File

@@ -2,7 +2,7 @@
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd autopushd extendedglob nohup nomatch
setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace
unsetopt beep
bindkey -e
# End of lines configured by zsh-newuser-install