From 5ac75c4b63b2cd254e1fa81ebf6f9ca5082990f9 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 7 Jun 2014 17:57:51 -0700 Subject: [PATCH] Use bash-style history ignoring. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 624bb9f..7f08259 100644 --- a/zshrc +++ b/zshrc @@ -2,7 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 -setopt appendhistory autocd autopushd extendedglob nohup nomatch +setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace unsetopt beep bindkey -e # End of lines configured by zsh-newuser-install