From d48f5a368175d04fda1e12aca880ff8a86378abc Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 3 Mar 2016 09:02:22 -0800 Subject: [PATCH] Add noclobber zsh option. --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index faaefb4..d7cefd5 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -2,7 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 -setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases +setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases noclobber unsetopt beep histbeep listbeep flowcontrol bindkey -e