From 2c12677f54169eed756363e0e802b2bed40aee7b Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 21 May 2012 13:15:11 +0300 Subject: disable ohmyzsh autocorrect and updates --- .zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 54aa52d..05ce602 100644 --- a/.zshrc +++ b/.zshrc @@ -15,7 +15,7 @@ ZSH_THEME="robbyrussell" CASE_SENSITIVE="true" # Comment this out to disable weekly auto-update checks -# DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="true" # Uncomment following line if you want to disable colors in ls # DISABLE_LS_COLORS="true" @@ -33,6 +33,9 @@ plugins=(git) source $ZSH/oh-my-zsh.sh +# DO NOT AUTOCORRECT +unsetopt correct_all + # Customize to your needs... export PATH=/usr/local/bin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin @@ -43,3 +46,5 @@ else fi export NODE_PATH=/usr/local/lib/node_modules + +source "`brew --prefix grc`/etc/grc.bashrc" -- cgit v1.3.1