Browse Source

Adding a nocorrect for the heroku command as it was getting triggered by heroku logs.

Robby Russell 15 years ago
parent
commit
98d56a3097
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/correction.zsh

+ 2 - 1
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'
+alias gist='nocorrect gist'
+alias heroku='nocorrect heroku'