Set nocaseglob on cygwin.
[profile.git] / .profile.d / aliases.bashrc
index c1738f6..c858a7a 100644 (file)
@@ -1,4 +1,9 @@
 # $Id$
+alias grep='grep --color=auto'
+alias knh='kill_known_host'
 alias l='ls'
 alias ls='/bin/ls $LS_OPTIONS'
 alias vim='vim +syn\ on'
+alias vi='vim'
+alias debug='valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=5 --verbose --time-stamp=yes --track-fds=yes'
+alias svnfind='find . -type f ! -path "*/.svn/*"'