]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/aliases: Run `unalias` for mv and cp.
authorSimon Ruderich <simon@ruderich.org>
Tue, 2 Apr 2013 02:38:56 +0000 (04:38 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 2 Apr 2013 02:38:56 +0000 (04:38 +0200)
shell/aliases.in

index 023ed60b521bb95249122a259007e09d7184a75a..8bf77c456a410c2fb85c5bc595c7a332be8f817b 100644 (file)
@@ -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.