Don't correct cp commands (#4636)

master
Yuri Parsons 8 years ago committed by Marc Cornellà
parent 27b9aed87f
commit 55ab532e50
  1. 1
      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'

Loading…
Cancel
Save