浏览代码

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

Robby Russell 15 年之前
父节点
当前提交
98d56a3097
共有 1 个文件被更改,包括 2 次插入1 次删除
  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'