[Zsh] Do not correct argument as it's anoying
This commit is contained in:
parent
4d5adf0fad
commit
bcff710aa2
@ -25,7 +25,9 @@ autoload -U bashcompinit
|
|||||||
bashcompinit
|
bashcompinit
|
||||||
|
|
||||||
# Correct for wrong command like sl
|
# Correct for wrong command like sl
|
||||||
setopt correctall
|
setopt correct
|
||||||
|
#correct arg as well
|
||||||
|
#setopt correctall
|
||||||
|
|
||||||
# Activate Prompt
|
# Activate Prompt
|
||||||
autoload -U promptinit
|
autoload -U promptinit
|
||||||
|
Loading…
Reference in New Issue
Block a user