change mortalscumbag to use core git_current_branch (#6965)

master
Unknown-Guy 8 years ago committed by Marc Cornellà
parent 7cba6bb038
commit f09fed6195
  1. 2
      themes/mortalscumbag.zsh-theme

@ -10,7 +10,7 @@ function my_git_prompt() {
fi
# 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"
fi

Loading…
Cancel
Save