|
@ -89,7 +89,6 @@ __prompt_command() { |
|
|
PS1+="${Mag}…$dirty" |
|
|
PS1+="${Mag}…$dirty" |
|
|
else |
|
|
else |
|
|
local ahead=$(git rev-list --branches --not --remotes) |
|
|
local ahead=$(git rev-list --branches --not --remotes) |
|
|
echo $ahead |
|
|
|
|
|
if [[ $ahead -ne 0 ]]; then |
|
|
if [[ $ahead -ne 0 ]]; then |
|
|
PS1+="${Blu}↑${ahead}" |
|
|
PS1+="${Blu}↑${ahead}" |
|
|
else |
|
|
else |
|
|