Change bash git up/down arrow color
This commit is contained in:
parent
f7f7d59d09
commit
90dfa6fc12
1 changed files with 2 additions and 2 deletions
4
bashrc
4
bashrc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue