From 5b83ac16ea915ad9082c558ec292e3c1236dbc88 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 2 Apr 2013 04:38:56 +0200 Subject: [PATCH] shell/aliases: Run `unalias` for mv and cp. --- shell/aliases.in | 1 + 1 file changed, 1 insertion(+) 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. -- 2.44.1