From f11bc4b03cf1de36066b377d2c6401c05b12199a Mon Sep 17 00:00:00 2001 From: acicchetti Date: Wed, 27 Jun 2018 14:42:58 -0400 Subject: [PATCH] Added some more options to zshrc --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 66a9da7..23dbd49 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -2,7 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=10000 -setopt appendhistory extendedglob nomatch notify +setopt extendedglob nomatch notify histignorespace histignorealldups histnofunctions histnostore histverify incappendhistory unsetopt autocd beep bindkey -e