1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00: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
commit 5ed75de5ce

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