pvincent 5 years ago
parent
commit
8ed035c4ef
  1. 1
      bash.bashrc

1
bash.bashrc

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

Loading…
Cancel
Save