mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Update correction.zsh
added new alias for 'git status' and 'git config' to prevent zsh autocorrect
This commit is contained in:
parent
27c6becffd
commit
60ca7444fd
1 changed files with 2 additions and 0 deletions
|
|
@ -11,4 +11,6 @@ else
|
|||
alias ebuild='nocorrect ebuild'
|
||||
alias hpodder='nocorrect hpodder'
|
||||
alias sudo='nocorrect sudo'
|
||||
alias git status='nocorrect git status'
|
||||
alias git config='nocorrect git config'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue