And always more lint
parent
7d6aac8139
commit
71769886a5
|
|
@ -51,10 +51,10 @@ function _git-uptream-remote-logo {
|
||||||
remote_domain=${remote_domain//\//}
|
remote_domain=${remote_domain//\//}
|
||||||
|
|
||||||
case $remote_domain in
|
case $remote_domain in
|
||||||
github) SCM_GIT_CHAR="$SCM_GIT_CHAR_GITHUB" ;;
|
github) SCM_GIT_CHAR="$SCM_GIT_CHAR_GITHUB" ;;
|
||||||
gitlab) SCM_GIT_CHAR="$SCM_GIT_CHAR_GITLAB" ;;
|
gitlab) SCM_GIT_CHAR="$SCM_GIT_CHAR_GITLAB" ;;
|
||||||
bitbucket) SCM_GIT_CHAR="$SCM_GIT_CHAR_BITBUCKET" ;;
|
bitbucket) SCM_GIT_CHAR="$SCM_GIT_CHAR_BITBUCKET" ;;
|
||||||
*) SCM_GIT_CHAR="$SCM_GIT_CHAR_DEFAULT" ;;
|
*) SCM_GIT_CHAR="$SCM_GIT_CHAR_DEFAULT" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue