mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-26 22:10:06 +00:00
Add service icon definition on Powerline-Patched Fonts
Add configuration for service icons in section "Powerline-Patched Font".
This commit is contained in:
parent
e7ab1e9eed
commit
528e648c04
1 changed files with 4 additions and 1 deletions
|
@ -182,9 +182,12 @@ case $POWERLEVEL9K_MODE in
|
||||||
VCS_BRANCH_ICON $'\uE0A0 ' #
|
VCS_BRANCH_ICON $'\uE0A0 ' #
|
||||||
VCS_REMOTE_BRANCH_ICON $'\u2192' # →
|
VCS_REMOTE_BRANCH_ICON $'\u2192' # →
|
||||||
VCS_GIT_ICON ''
|
VCS_GIT_ICON ''
|
||||||
|
VCS_GIT_GITHUB_ICON ''
|
||||||
|
VCS_GIT_BITBUCKET_ICON ''
|
||||||
|
VCS_GIT_GITLAB_ICON ''
|
||||||
VCS_HG_ICON ''
|
VCS_HG_ICON ''
|
||||||
VCS_SVN_ICON ''
|
VCS_SVN_ICON ''
|
||||||
RUST_ICON ''
|
RUST_ICON ''
|
||||||
PYTHON_ICON ''
|
PYTHON_ICON ''
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue