diff options
author | Robby Russell <robby@planetargon.com> | 2009-12-13 11:48:03 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-12-13 11:48:03 -0800 |
commit | 98d56a3097237f4220d0f8833555ed37382281ee (patch) | |
tree | d2b518cd3e9376b7113a2d6879aa97dac28ac8bf /lib/correction.zsh | |
parent | 20755df49e28b97e0ad4ba8eef16aef476e9f61a (diff) | |
download | zsh-98d56a3097237f4220d0f8833555ed37382281ee.tar.gz zsh-98d56a3097237f4220d0f8833555ed37382281ee.tar.bz2 zsh-98d56a3097237f4220d0f8833555ed37382281ee.zip |
Adding a nocorrect for the heroku command as it was getting triggered by heroku logs.
Diffstat (limited to 'lib/correction.zsh')
-rw-r--r-- | lib/correction.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/correction.zsh b/lib/correction.zsh index 62d46da19..a96f7ffd8 100644 --- a/lib/correction.zsh +++ b/lib/correction.zsh @@ -4,4 +4,5 @@ alias man='nocorrect man' alias mv='nocorrect mv' alias mysql='nocorrect mysql' alias mkdir='nocorrect mkdir' -alias gist='nocorrect gist'
\ No newline at end of file +alias gist='nocorrect gist' +alias heroku='nocorrect heroku' |