This commit is contained in:
Dan Burkert 2013-01-18 18:22:41 -08:00
commit 629d0633ae

View file

@ -26,7 +26,7 @@
# A few utility functions to make it easy and re-usable to draw segmented prompts
CURRENT_BG='NONE'
SEGMENT_SEPARATOR=''
SEGMENT_SEPARATOR=''
# Begin a segment
# Takes two arguments, background and foreground. Both can be omitted,
@ -79,7 +79,7 @@ prompt_git() {
else
prompt_segment green black
fi
echo -n "${ref/refs\/heads\// }$dirty"
echo -n "${ref/refs\/heads\// }$dirty"
fi
}