From 60f56bf004e1a4a0da4bc01f65c2aa23341369ba Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 19 Sep 2014 11:52:19 +0200 Subject: [PATCH] shell/aliases: drop space after 2> for consistency --- shell/aliases.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.2