From: Simon Ruderich Date: Tue, 2 Apr 2013 02:38:56 +0000 (+0200) Subject: shell/aliases: Run `unalias` for mv and cp. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=5b83ac16ea915ad9082c558ec292e3c1236dbc88 shell/aliases: Run `unalias` for mv and cp. --- diff --git a/shell/aliases.in b/shell/aliases.in index 023ed60..8bf77c4 100644 --- a/shell/aliases.in +++ b/shell/aliases.in @@ -29,6 +29,7 @@ alias s=mpc # s for sound, m is already used alias v=vim +unalias mv cp 2> /dev/null # Ask for confirmation before overwriting files. Especially useful when moving # to a different directory. No alias for `rm` because I specify the files to # remove directly, so I know what will happen.