From 44b028a152e6f7abb44078b801e89a7bf90aaa22 Mon Sep 17 00:00:00 2001 From: Brian Guthrie Date: Tue, 20 Mar 2012 18:58:52 -0400 Subject: [PATCH] Disabling correct_all, which is annoying and never works (for me). --- templates/zshrc.zsh-template | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 0ec332dd6..9503e21c3 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -28,5 +28,6 @@ plugins=(git rails textmate ruby gem github osx) source $ZSH/oh-my-zsh.sh source ~/.profile +unsetopt correct_all # Customize to your needs...