Commit 98d56a30 authored by Robby Russell's avatar Robby Russell
Browse files

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

parent 20755df4
...@@ -4,4 +4,5 @@ alias man='nocorrect man' ...@@ -4,4 +4,5 @@ alias man='nocorrect man'
alias mv='nocorrect mv' alias mv='nocorrect mv'
alias mysql='nocorrect mysql' alias mysql='nocorrect mysql'
alias mkdir='nocorrect mkdir' alias mkdir='nocorrect mkdir'
alias gist='nocorrect gist' alias gist='nocorrect gist'
\ No newline at end of file alias heroku='nocorrect heroku'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment