Disable correction suggestions.

This commit is contained in:
Carlos Cardoso 2012-10-03 23:18:31 -03:00
commit 2230bea1d4

View file

@ -38,4 +38,7 @@ source `which virtualenvwrapper.sh`
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
unsetopt correctall
# Themes override ls alias from aliases.zsh