diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-05-21 13:15:11 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-05-21 13:15:11 +0300 |
| commit | 2c12677f54169eed756363e0e802b2bed40aee7b (patch) | |
| tree | 0f91e07acd018b6166d2d2f76d541107c694d8de | |
| parent | 4bfa068cd2d96bc868a452aee40c1fd7ab1bc745 (diff) | |
disable ohmyzsh autocorrect and updates
| -rw-r--r-- | .zshrc | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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" |
