Separate aliases and variables.
[profile.git] / .profile.d / aliases.bashrc
index 4c424d4..943f879 100644 (file)
@@ -1,16 +1,7 @@
-grep -V 2>/dev/null | 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 2>/dev/null | grep ^/ >/dev/null; then
   alias vim='vim +syn\ on'
   alias vi='vim'
 fi
-if which krenew 2>/dev/null | grep ^/ >/dev/null; then
-  alias kscreen='krenew --'
-else
-  alias kscreen=''
-fi
 alias debug='valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=5 --verbose --time-stamp=yes --track-fds=yes'
-alias session='bigscreen -rx -S session || kscreen bigscreen -S session'
 alias svnfind='find . -type f ! -path "*/.svn/*"'