rust icon added

This commit is contained in:
orhanbalci 2016-04-16 23:46:32 +03:00
commit 72315fdc59
2 changed files with 4 additions and 2 deletions

View file

@ -120,7 +120,8 @@ case $POWERLEVEL9K_MODE in
VCS_REMOTE_BRANCH_ICON ' '$'\UF204 ' # 
VCS_GIT_ICON $'\UF113 ' # 
VCS_HG_ICON $'\UF0C3 ' # 
)
RUST_ICON $'\UE6A8' # 
)
;;
*)
# Powerline-Patched Font required!
@ -171,6 +172,7 @@ case $POWERLEVEL9K_MODE in
VCS_REMOTE_BRANCH_ICON $'\u2192' # →
VCS_GIT_ICON ''
VCS_HG_ICON ''
RUST_ICON ''
)
;;
esac