diff options
author | Alexander Berezovsky <a.b@usa.com> | 2012-10-13 13:33:28 -0700 |
---|---|---|
committer | Alexander Berezovsky <a.b@usa.com> | 2012-10-13 13:34:02 -0700 |
commit | 8f7b126d2f7369dde512f61f9351809ebf27649e (patch) | |
tree | 26c5d42d89a16eddbcab3b619b4e2fd0d7ae718b /themes | |
parent | c2ae9e09ca1f33ff1e13e629a0b2e6bdd19f83a9 (diff) | |
download | zsh-8f7b126d2f7369dde512f61f9351809ebf27649e.tar.gz zsh-8f7b126d2f7369dde512f61f9351809ebf27649e.tar.bz2 zsh-8f7b126d2f7369dde512f61f9351809ebf27649e.zip |
updated symbol
Diffstat (limited to 'themes')
-rw-r--r-- | themes/fino-time.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fino-time.zsh-theme b/themes/fino-time.zsh-theme index 22c7a0981..7154e09f1 100644 --- a/themes/fino-time.zsh-theme +++ b/themes/fino-time.zsh-theme @@ -16,7 +16,7 @@ function virtualenv_info { } function prompt_char { - git branch >/dev/null 2>/dev/null && echo '±' && return + git branch >/dev/null 2>/dev/null && echo '⠠⠵' && return echo '○' } |