Avoid bash 4 code.
[profile.git] / .profile.d / aliases.bashrc
index bb244a7..18a8b76 100644 (file)
@@ -1,11 +1,7 @@
-# $Id$
-grep -V | grep GNU &>/dev/null && alias grep='grep --color=auto'
-alias knh='kill_known_host'
-alias l='ls'
-alias ls='/bin/ls $LS_OPTIONS'
-if which vim &>/dev/null; then
-  alias vim='vim +syn\ on'
-  alias vi='vim'
-fi
+unalias rm 2>/dev/null
+unalias mv 2>/dev/null
+unalias cp 2>/dev/null
+
 alias debug='valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=5 --verbose --time-stamp=yes --track-fds=yes'
+alias knh='kill_known_host'
 alias svnfind='find . -type f ! -path "*/.svn/*"'