aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2016-04-19 22:23:43 +0300
committerBen Hilburn <bhilburn@gmail.com>2016-04-19 22:23:43 +0300
commit511bbcf124552de06a2343ed20bdc97f15a9df2e (patch)
tree2da69b6ef7806c6ae484957acafdcb48ee6045a8 /functions
parentfb1dae68e9c76487eae937c35b9103b5e77d0716 (diff)
parentb8087ba7f972ac543faf349758f2e8565c199892 (diff)
Merge pull request #247 from orhanbalci/next
rust icon added to rust segment
Diffstat (limited to 'functions')
-rw-r--r--functions/icons.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index e40d6060..6de09ee8 100644
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -69,6 +69,7 @@ case $POWERLEVEL9K_MODE in
VCS_REMOTE_BRANCH_ICON ' '$'\UE804 ' # 
VCS_GIT_ICON $'\UE20E ' # 
VCS_HG_ICON $'\UE1C3 ' # 
+ RUST_ICON ''
)
;;
'awesome-fontconfig')
@@ -120,6 +121,7 @@ case $POWERLEVEL9K_MODE in
VCS_REMOTE_BRANCH_ICON ' '$'\UF204 ' # 
VCS_GIT_ICON $'\UF113 ' # 
VCS_HG_ICON $'\UF0C3 ' # 
+ RUST_ICON $'\UE6A8' # 
)
;;
*)
@@ -171,6 +173,7 @@ case $POWERLEVEL9K_MODE in
VCS_REMOTE_BRANCH_ICON $'\u2192' # →
VCS_GIT_ICON ''
VCS_HG_ICON ''
+ RUST_ICON ''
)
;;
esac