Add another marker for another repo source
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3e70f15450
commit
f9e838ea19
1 changed files with 1 additions and 0 deletions
|
@ -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)) "
|
||||
|
|
Loading…
Reference in a new issue