summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDavid Paz <david.paz@flagbit.de>2016-12-15 15:07:15 +0300
committerDavid Paz <david.paz@flagbit.de>2016-12-15 15:07:15 +0300
commit528e648c048bff1c021e144894b050b0ce2fe7bf (patch)
tree36797c274f337647fe4f96b574b6aca05c2b4caa /functions
parente7ab1e9eedfce22364b5aeb3c8c96d1c1c766879 (diff)
Add service icon definition on Powerline-Patched Fonts
Add configuration for service icons in section "Powerline-Patched Font".
Diffstat (limited to 'functions')
-rw-r--r--functions/icons.zsh5
1 files changed, 4 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index b6d277fc..7ae3e5a4 100644
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -182,9 +182,12 @@ case $POWERLEVEL9K_MODE in
VCS_BRANCH_ICON $'\uE0A0 ' # 
VCS_REMOTE_BRANCH_ICON $'\u2192' # →
VCS_GIT_ICON ''
+ VCS_GIT_GITHUB_ICON ''
+ VCS_GIT_BITBUCKET_ICON ''
+ VCS_GIT_GITLAB_ICON ''
VCS_HG_ICON ''
VCS_SVN_ICON ''
- RUST_ICON ''
+ RUST_ICON ''
PYTHON_ICON ''
)
;;