]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/aliases: drop space after 2> for consistency
authorSimon Ruderich <simon@ruderich.org>
Fri, 19 Sep 2014 09:52:19 +0000 (11:52 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 24 Sep 2014 11:31:01 +0000 (13:31 +0200)
shell/aliases.in

index cd9bb63b85cce101ea0b5d031c1381a68842bb96..e99d5f748bd9d2c86f7ab4c75961ccaff9f58cc9 100644 (file)
@@ -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.