zsh history: ignore space

This commit is contained in:
Loic Nageleisen 2013-02-06 18:02:06 +01:00
parent d6926f7bbf
commit dd447311b9

View file

@ -1,5 +1,6 @@
# ignore sequential duplicates # ignore sequential duplicates
setopt hist_ignore_dups setopt hist_ignore_dups
setopt hist_ignore_space
# keep 1000 lines of history within the shell and save it to ~/.zsh_history: # keep 1000 lines of history within the shell and save it to ~/.zsh_history:
HISTSIZE=1000 HISTSIZE=1000