From: Simon Ruderich Date: Fri, 19 Sep 2014 09:52:19 +0000 (+0200) Subject: shell/aliases: drop space after 2> for consistency X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=60f56bf004e1a4a0da4bc01f65c2aa23341369ba shell/aliases: drop space after 2> for consistency --- diff --git a/shell/aliases.in b/shell/aliases.in index cd9bb63..e99d5f7 100644 --- a/shell/aliases.in +++ b/shell/aliases.in @@ -31,7 +31,7 @@ alias v=vim alias mu=mutt -unalias mv cp 2> /dev/null +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.