1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-10 12:33:11 +01:00

Merge pull request #1353 from a-b/master

Prompt symbol update
This commit is contained in:
Robby Russell
2012-12-02 12:26:12 -08:00

View File

@@ -16,7 +16,7 @@ function virtualenv_info {
} }
function prompt_char { function prompt_char {
git branch >/dev/null 2>/dev/null && echo '±' && return git branch >/dev/null 2>/dev/null && echo '⠠⠵' && return
echo '○' echo '○'
} }