Skip to content

Commit

Permalink
Disable autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrang committed Mar 8, 2013
1 parent 83c8253 commit 5bd6906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ plugins=(autojump brew bundler encode64 extract git github heroku knife nyan osx

source $ZSH/oh-my-zsh.sh

unsetopt correct_all

platform='unknown'
unamestr=`uname`
if [[ "$unamestr" == 'Linux' ]]; then
Expand Down

0 comments on commit 5bd6906

Please sign in to comment.