diff options
author | orhanbalci <=> | 2016-04-19 22:08:11 +0300 |
---|---|---|
committer | orhanbalci <=> | 2016-04-19 22:08:11 +0300 |
commit | 67dce19024823647e23675c1fb94529e4b997929 (patch) | |
tree | c2aa4ca0ef422c48a199bf98ec3738351e50ade2 | |
parent | c991553fb25f4739a25f15fedef1ead92f44ecf3 (diff) |
whitespace fix
-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! |