summaryrefslogtreecommitdiff
path: root/lib/correction.zsh
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-12-13 11:48:03 -0800
committerRobby Russell <robby@planetargon.com>2009-12-13 11:48:03 -0800
commit98d56a3097237f4220d0f8833555ed37382281ee (patch)
treed2b518cd3e9376b7113a2d6879aa97dac28ac8bf /lib/correction.zsh
parent20755df49e28b97e0ad4ba8eef16aef476e9f61a (diff)
downloadzsh-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.zsh3
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'