diff options
-rw-r--r-- | functions/icons.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index 9c9277b6..6de09ee8 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -122,7 +122,7 @@ case $POWERLEVEL9K_MODE in VCS_GIT_ICON $'\UF113 ' # VCS_HG_ICON $'\UF0C3 ' # RUST_ICON $'\UE6A8' # - ) + ) ;; *) # Powerline-Patched Font required! |