This commit is contained in:
Alexander Berezovsky 2012-12-02 12:26:11 -08:00
commit 69d14c9e12

View file

@ -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 '○'
}