From 74b1ac311afd40a42d15853157bd6e96c71c9eda Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 10 Aug 2011 19:39:52 +0200 Subject: [PATCH] Disable autocorrection in zsh. --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 0b4256e..fd0bee4 100644 --- a/zshrc +++ b/zshrc @@ -12,6 +12,8 @@ plugins=(git ant deb debian gem git git-flow github perl rails3 ruby) source $ZSH/oh-my-zsh.sh +setopt nocorrect_all + # History setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \ HIST_IGNORE_ALL_DUPS HIST_FIND_NO_DUPS HIST_IGNORE_SPACE