mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
corretions shouldn't complain when using sudo! example, sudo vim /etc/rc.conf
This commit is contained in:
parent
f7ff6b6439
commit
820739f177
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#setopt correct_all
|
||||
setopt correct_all
|
||||
|
||||
alias man='nocorrect man'
|
||||
alias mv='nocorrect mv'
|
||||
alias cp='nocorrect cp'
|
||||
alias sudp='nocorrect sudo'
|
||||
alias mkdir='nocorrect mkdir'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue