summaryrefslogtreecommitdiff
path: root/themes/fino-time.zsh-theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/fino-time.zsh-theme')
-rw-r--r--themes/fino-time.zsh-theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/fino-time.zsh-theme b/themes/fino-time.zsh-theme
index 22c7a0981..901c4d99f 100644
--- a/themes/fino-time.zsh-theme
+++ b/themes/fino-time.zsh-theme
@@ -1,4 +1,4 @@
-# Fino-time theme by Aexander Berezovsky (http://berezovsky.me) based on Fino by Max Masnick (http://max.masnick.me)
+# fino-time.zsh-theme
# Use with a dark background and 256-color terminal!
# Meant for people with RVM and git. Tested only on OS X 10.7.
@@ -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 '○'
}