mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-24 12:14:46 +01:00
updated symbol
This commit is contained in:
@@ -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 '○'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user