From 9c1f09c56362356fb5704cf74670694fd0c7b1a3 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 26 Mar 2016 11:15:36 -0700 Subject: [PATCH] Remove noclobber because it makes oh-my-zsh blow up. --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index bf10e38..074ab57 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 noclobber +setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases unsetopt beep histbeep listbeep flowcontrol bindkey -e