Joined January 2015
·

matthewmarichiba

matthewmarichiba
·
·

At least on my version of bash in Ubuntu 14.04, the last elif in git_color() needs to be a straight else since it's not testing any condition.

elif   # should be else
  echo -e $COLOR_OCHRE
Achievements
1 Karma
0 Total ProTip Views