mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Adding a nocorrect for the heroku command as it was getting triggered by heroku logs.
This commit is contained in:
parent
20755df49e
commit
98d56a3097
1 changed files with 2 additions and 1 deletions
|
|
@ -4,4 +4,5 @@ alias man='nocorrect man'
|
|||
alias mv='nocorrect mv'
|
||||
alias mysql='nocorrect mysql'
|
||||
alias mkdir='nocorrect mkdir'
|
||||
alias gist='nocorrect gist'
|
||||
alias gist='nocorrect gist'
|
||||
alias heroku='nocorrect heroku'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue