浏览代码

Don't correct cp commands (#4636)

Yuri Parsons 6 年之前
父节点
当前提交
55ab532e50
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/correction.zsh

+ 1 - 0
lib/correction.zsh

@@ -1,4 +1,5 @@
 if [[ "$ENABLE_CORRECTION" == "true" ]]; then
+  alias cp='nocorrect cp'
   alias ebuild='nocorrect ebuild'
   alias gist='nocorrect gist'
   alias heroku='nocorrect heroku'