mirror of https://github.com/ohmyzsh/ohmyzsh.git
make correction work; this is a nicer way of handling typos in commands
This commit is contained in:
parent
8176645e82
commit
1b784bbf4d
|
@ -0,0 +1,6 @@
|
|||
setopt correct_all
|
||||
|
||||
alias man='nocorrect man'
|
||||
alias mv='nocorrect mv'
|
||||
alias mysql='nocorrect mysql'
|
||||
alias mv='nocorrect mv'
|
Loading…
Reference in New Issue