mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01: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…
Add table
Add a link
Reference in a new issue