Browse code

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.

James Rowe authored on 09/05/2010 at 13:16:33
Showing 1 changed files
... ...
@@ -10,6 +10,7 @@ setopt hist_verify
10 10
 setopt inc_append_history
11 11
 setopt extended_history
12 12
 setopt hist_expire_dups_first
13
+setopt hist_ignore_space
13 14
 
14 15
 setopt SHARE_HISTORY
15 16
 setopt APPEND_HISTORY