diff options
author | Robby Russell <robby@planetargon.com> | 2012-12-02 12:26:12 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-12-02 12:26:12 -0800 |
commit | 5ed75de5ce320a52b8178c8d7db6f505a205dd08 (patch) | |
tree | 52784971db1302bc80a4d8602efbe35567331680 /themes | |
parent | 7004ac9ec4c4c48bcdc7f40091b8df42a85a65b2 (diff) | |
parent | 8f7b126d2f7369dde512f61f9351809ebf27649e (diff) | |
download | zsh-5ed75de5ce320a52b8178c8d7db6f505a205dd08.tar.gz zsh-5ed75de5ce320a52b8178c8d7db6f505a205dd08.tar.bz2 zsh-5ed75de5ce320a52b8178c8d7db6f505a205dd08.zip |
Merge pull request #1353 from a-b/master
Prompt symbol update
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 '○' } |