[Zsh] Do not correct argument as it's anoying

This commit is contained in:
Mathieu Maret 2013-09-09 11:21:22 +02:00 committed by Mathieu Maret
parent 4d5adf0fad
commit bcff710aa2
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@ autoload -U bashcompinit
bashcompinit
# Correct for wrong command like sl
setopt correctall
setopt correct
#correct arg as well
#setopt correctall
# Activate Prompt
autoload -U promptinit