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

pull/81/head
Robby Russell 2009-12-13 11:48:03 -08:00
parent 20755df49e
commit 98d56a3097
1 changed files with 2 additions and 1 deletions

View File

@ -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'