mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00:00
Don't auto-correct ebuild commands.
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory.
This commit is contained in:
parent
fca8b7e3e6
commit
6774490a46
1 changed files with 1 additions and 0 deletions
|
@ -6,3 +6,4 @@ alias mysql='nocorrect mysql'
|
|||
alias mkdir='nocorrect mkdir'
|
||||
alias gist='nocorrect gist'
|
||||
alias heroku='nocorrect heroku'
|
||||
alias ebuild='nocorrect ebuild'
|
||||
|
|
Loading…
Reference in a new issue