From 3725fc947c3132a157be12fdad1a19e21a497708 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Mon, 5 Apr 2010 22:59:55 -0700 Subject: [PATCH] Add color to grep --- .bashrc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.bashrc b/.bashrc index c71388c..3de959c 100644 --- a/.bashrc +++ b/.bashrc @@ -13,6 +13,7 @@ case $- in alias vi='vim' alias wget='wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"' alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde' + alias grep='grep --color=tty -d skip' export PATH="${PATH}:${HOME}/cmccabe-bin" export EDITOR="/usr/bin/vim" export CSCOPE_EDITOR="${EDITOR}" -- 1.6.6.rc1.39.g9a42