mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 16:20:06 +00:00
Add Stash naming support for Bitbucket Server
This commit is contained in:
parent
87acc51aca
commit
cbc7199dc4
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ function +vi-vcs-detect-changes() {
|
||||||
vcs_visual_identifier='VCS_GIT_GITHUB_ICON'
|
vcs_visual_identifier='VCS_GIT_GITHUB_ICON'
|
||||||
elif [[ "$remote" =~ "bitbucket" ]] then
|
elif [[ "$remote" =~ "bitbucket" ]] then
|
||||||
vcs_visual_identifier='VCS_GIT_BITBUCKET_ICON'
|
vcs_visual_identifier='VCS_GIT_BITBUCKET_ICON'
|
||||||
|
elif [[ "$remote" =~ "stash" ]] then
|
||||||
|
vcs_visual_identifier='VCS_GIT_BITBUCKET_ICON'
|
||||||
elif [[ "$remote" =~ "gitlab" ]] then
|
elif [[ "$remote" =~ "gitlab" ]] then
|
||||||
vcs_visual_identifier='VCS_GIT_GITLAB_ICON'
|
vcs_visual_identifier='VCS_GIT_GITLAB_ICON'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue