Commit 5ed75de5 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1353 from a-b/master

Prompt symbol update
parents 7004ac9e 8f7b126d
......@@ -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 '○'
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment