summaryrefslogtreecommitdiff
path: root/functions/icons.zsh
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2018-06-07 01:44:47 +0300
committerDominik Ritter <dritter03@googlemail.com>2018-06-07 01:44:47 +0300
commite763fa14b0f7117071072d4ed174cb639e76526a (patch)
treea214b281fe1f96cb85a1a724143ddd0504c80dc4 /functions/icons.zsh
parent4c2f58bdbdaee400b076f2dd56aa5fea2bf9e309 (diff)
parent5657fe6ac7d75cac48a386f55e429b716f8d7623 (diff)
Merge remote-tracking branch 'chhschou/master' into staging_065
Conflicts were: - powerlevel9k.zsh-theme and test/segments/rust_version.spec: rust_version Segment changed (#641) on master and colors got names (#703) on next.
Diffstat (limited to 'functions/icons.zsh')
-rwxr-xr-xfunctions/icons.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index cf724b6a..1a77c864 100755
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -96,7 +96,7 @@ case $POWERLEVEL9K_MODE in
VCS_GIT_GITLAB_ICON $'\uE20E ' #
VCS_HG_ICON $'\uE1C3 ' # 
VCS_SVN_ICON '(svn) '
- RUST_ICON ''
+ RUST_ICON '(rust)'
PYTHON_ICON $'\ue63c' # 
SWIFT_ICON ''
GO_ICON ''
@@ -478,7 +478,7 @@ case $POWERLEVEL9K_MODE in
VCS_GIT_GITLAB_ICON ''
VCS_HG_ICON ''
VCS_SVN_ICON ''
- RUST_ICON ''
+ RUST_ICON 'Rust'
PYTHON_ICON ''
SWIFT_ICON 'Swift'
GO_ICON 'Go'