change mortalscumbag to use core git_current_branch (#6965)
This commit is contained in:
committed by
Marc Cornellà
parent
7cba6bb038
commit
f09fed6195
@@ -10,7 +10,7 @@ function my_git_prompt() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# is branch behind?
|
# is branch behind?
|
||||||
if $(echo "$(git log HEAD..origin/$(current_branch) 2> /dev/null)" | grep '^commit' &> /dev/null); then
|
if $(echo "$(git log HEAD..origin/$(git_current_branch) 2> /dev/null)" | grep '^commit' &> /dev/null); then
|
||||||
STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_BEHIND"
|
STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_BEHIND"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user