From 2230bea1d46b7d558f38cb072a077dcbb077a95e Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Wed, 3 Oct 2012 23:18:31 -0300 Subject: [PATCH] Disable correction suggestions. --- templates/zshrc.zsh-template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 62fbda14d..694122543 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -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