mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00:00
6 lines
No EOL
129 B
Bash
6 lines
No EOL
129 B
Bash
setopt correct_all
|
|
|
|
alias man='nocorrect man'
|
|
alias mv='nocorrect mv'
|
|
alias mysql='nocorrect mysql'
|
|
alias mkdir='nocorrect mkdir' |