diff --git a/conf/zshrc b/conf/zshrc index 8612992..430412c 100644 --- a/conf/zshrc +++ b/conf/zshrc @@ -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