rust icon added
This commit is contained in:
parent
154181ffc2
commit
72315fdc59
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue