Ignore commands that start with a space.

This is useful when you want to use a dangerous command, as it won't be
available with history searching.
This commit is contained in:
James Rowe 2010-05-09 21:16:33 +08:00 коммит произвёл Robby Russell
Родитель 6774490a46
Коммит edc8e3d092
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,7 @@ setopt hist_verify
setopt inc_append_history
setopt extended_history
setopt hist_expire_dups_first
setopt hist_ignore_space
setopt SHARE_HISTORY
setopt APPEND_HISTORY