summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <efw@eamonwalsh.com>2010-02-03 02:55:41 -0500
committerEamon Walsh <efw@eamonwalsh.com>2010-02-03 02:55:41 -0500
commit52a0484931a926e173a47722ea2c88823c96daaf (patch)
treedb82fe304b2d764e7e6301281e0a4461999db91f
parentcd9c92eda5b06851eef799199cdc4509bdc26ad9 (diff)
Attempt to fix grep color issues.
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 6e29628..f6a6208 100644
--- a/.bashrc
+++ b/.bashrc
@@ -8,7 +8,7 @@ fi
# User specific aliases and functions
alias b='git branch | grep "*"'
alias less='less -S'
-alias grep='grep --color=always'
+alias grep='grep --color=auto'
if [ "$PS1" ]; then
case $TERM in