Change bash git up/down arrow color

This commit is contained in:
Talia 2018-11-19 21:22:10 +01:00
parent f7f7d59d09
commit 90dfa6fc12
1 changed files with 2 additions and 2 deletions

4
bashrc
View File

@ -83,9 +83,9 @@ git__prompt () {
echo -ne "${gray}:${yellow}${behind}"
elif [ -z $behind ]
then
echo -ne "${gray}:${blue}${ahead}"
echo -ne "${gray}:${green}${ahead}"
else
echo -ne "${gray}:${red}${behind}${ahead}"
echo -ne "${gray}:${red}${behind}${yellow}${ahead}"
fi
fi
}