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
else
elif # should be else echo -e $COLOR_OCHRE
At least on my version of bash in Ubuntu 14.04, the last
elif
in git_color() needs to be a straightelse
since it's not testing any condition.