Skip to content

Commit

Permalink
Merge pull request holman#48 from memborsky/holman
Browse files Browse the repository at this point in the history
Don't prefix brew with grc installed and no brew install.
  • Loading branch information
holman committed Dec 17, 2012
2 parents 7cee8be + 49b899c commit e662906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/grc.zsh
@@ -1,5 +1,5 @@
# GRC colorizes nifty unix tools all over the place
if $(grc &>/dev/null)
if $(grc &>/dev/null) && $(brew &>/dev/null)
then
source `brew --prefix`/etc/grc.bashrc
fi
fi

0 comments on commit e662906

Please sign in to comment.