]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/aliases.in
shell/aliases: add h alias for htop
[config/dotfiles.git] / shell / aliases.in
index cd9bb63b85cce101ea0b5d031c1381a68842bb96..8f05c85fe105812a4621aba85341c360286505bb 100644 (file)
@@ -22,6 +22,7 @@ alias c=clear
 alias d=cd
 alias e=elinks
 alias g=git
+alias h=htop
 alias l=ls
 alias m=make
 alias p=less # p for pager
@@ -31,7 +32,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.