๐Ÿ“ฆ jordojordo / dotfiles

๐Ÿ“„ grc.zsh ยท 6 lines
1
2
3
4
5
6# GRC colorizes nifty unix tools all over the place
if (( $+commands[grc] )) && (( $+commands[brew] ))
then
  source `brew --prefix`/etc/grc.bashrc
fi