From 23dea51b864b44bc84b989f68ded28b42fc4c53d Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Sun, 13 Dec 2009 11:48:03 -0800 Subject: [PATCH] Adding a nocorrect for the heroku command as it was getting triggered by heroku logs. --- lib/correction.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/correction.zsh b/lib/correction.zsh index 62d46da..a96f7ff 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'