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}"
|
echo -ne "${gray}:${yellow}↓${behind}"
|
||||||
elif [ -z $behind ]
|
elif [ -z $behind ]
|
||||||
then
|
then
|
||||||
echo -ne "${gray}:${blue}↑${ahead}"
|
echo -ne "${gray}:${green}↑${ahead}"
|
||||||
else
|
else
|
||||||
echo -ne "${gray}:${red}↓${behind}↑${ahead}"
|
echo -ne "${gray}:${red}↓${behind}${yellow}↑${ahead}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue