Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #688 from Stealthii/feature/stash-vcs
Browse files Browse the repository at this point in the history
Add Stash naming support for Bitbucket Server
  • Loading branch information
bhilburn authored Dec 5, 2017
2 parents 3d79ca1 + cbc7199 commit 3fe9b83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/vcs.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ function +vi-vcs-detect-changes() {
vcs_visual_identifier='VCS_GIT_GITHUB_ICON'
elif [[ "$remote" =~ "bitbucket" ]] then
vcs_visual_identifier='VCS_GIT_BITBUCKET_ICON'
elif [[ "$remote" =~ "stash" ]] then
vcs_visual_identifier='VCS_GIT_BITBUCKET_ICON'
elif [[ "$remote" =~ "gitlab" ]] then
vcs_visual_identifier='VCS_GIT_GITLAB_ICON'
else
Expand Down

0 comments on commit 3fe9b83

Please sign in to comment.