1
0
Fork 0

Replace git remote marker

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-10-06 15:25:52 +02:00
parent 4e77cb78f5
commit 53caf4a61b
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -50,7 +50,7 @@ function build_git_prompt {
(echo "$REMOTE" | grep -q bitbucket.org) && echo -n "B "
(echo "$REMOTE" | grep -q github.com) && echo -n "G "
(echo "$REMOTE" | grep -q gitlab.com) && echo -n "L "
(echo "$REMOTE" | grep -q 2rioffice.com) && echo -n "R "
(echo "$REMOTE" | grep -q collins.kg) && echo -n "C "
echo -n "%{$reset_color%}"
echo -n "$(git_current_branch) "
echo -n "($(git_describe)) "