zshrc: don't remember lines with leading space.

This commit is contained in:
Gabriel Ebner 2010-03-18 11:06:24 +01:00
parent bef659d445
commit dee6164c8c

@ -53,7 +53,7 @@ export MPD_HOST=127.0.0.1 MPD_PORT=6600
# History {{{1
setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \
HIST_IGNORE_ALL_DUPS HIST_FIND_NO_DUPS
HIST_IGNORE_ALL_DUPS HIST_FIND_NO_DUPS HIST_IGNORE_SPACE
HISTSIZE=100000
SAVEHIST=100000
HISTFILE=~/.zhist