diff options
author | orhanbalci <=> | 2016-04-16 23:46:32 +0300 |
---|---|---|
committer | orhanbalci <=> | 2016-04-16 23:46:32 +0300 |
commit | 72315fdc594f8c6945d8a683e2b35985855ff6eb (patch) | |
tree | 17739d8ea108bf1b512ba24cd97551535cd1fa9d /functions | |
parent | 154181ffc2830445c30eed74949e700ad2cd5a2a (diff) |
rust icon added
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 |