# HG changeset patch # User Gustavo Picon # Date 1265991447 18000 # Node ID a7b386d6ac40729c25a4f1c1ee18d2784ee89c25 # Parent 9c82b8b645d12380d205c8c9bf5af796efcf6f99 stealing useful colored greps from ubuntu diff -r 9c82b8b645d12380d205c8c9bf5af796efcf6f99 -r a7b386d6ac40729c25a4f1c1ee18d2784ee89c25 .profile --- a/.profile Thu Oct 29 00:12:04 2009 -0500 +++ b/.profile Fri Feb 12 11:17:27 2010 -0500 @@ -26,6 +26,9 @@ alias h='history' alias j='jobs -l' alias ls='ls -F' +alias egrep='egrep --color=auto' +alias fgrep='fgrep --color=auto' +alias grep='grep --color=auto' # set the $PATH env, it will add only directories that actually exist in the # system, so it's safe to add more and more dirs to the array