diff --git a/zshrc b/zshrc index c9d2971..ac2e1c4 100755 --- a/zshrc +++ b/zshrc @@ -154,6 +154,7 @@ setopt histfindnodups # backwards search produces diff result each time setopt histreduceblanks # compact consecutive white space chars (cool) setopt histnostore # don't store history related functions setopt incappendhistory # incrementally add items to HISTFILE +setopt histignorespace # omit from history commands that start with a space ### Job Control # ----------------