mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
no correction for su
This commit is contained in:
parent
286c3e5e28
commit
04ef27078d
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ if [[ "$ENABLE_CORRECTION" == "true" ]]; then
|
|||
alias mkdir='nocorrect mkdir'
|
||||
alias mv='nocorrect mv'
|
||||
alias mysql='nocorrect mysql'
|
||||
alias su='nocorrect su'
|
||||
alias sudo='nocorrect sudo'
|
||||
|
||||
setopt correct_all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue