Browse Source

Don't correct cp commands (#4636)

Yuri Parsons 6 years ago
parent
commit
55ab532e50
1 changed files with 1 additions and 0 deletions
  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'