mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
No correction on mkdir + removed duplicate nocorrect mv
This commit is contained in:
parent
065ae00673
commit
dfb3fb5a0a
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ setopt correct_all
|
|||
alias man='nocorrect man'
|
||||
alias mv='nocorrect mv'
|
||||
alias mysql='nocorrect mysql'
|
||||
alias mv='nocorrect mv'
|
||||
alias mkdir='nocorrect mkdir'
|
Loading…
Reference in a new issue