diff options
Diffstat (limited to 'functions')
-rw-r--r-- | functions/icons.zsh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index e40d6060..17d7a9f6 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -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 |