Add another marker for another repo source

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-07-17 11:53:42 +02:00
parent 3e70f15450
commit f9e838ea19
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -50,6 +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 -n "%{$reset_color%}"
echo -n "$(git_current_branch) "
echo -n "($(git_describe)) "