Make indentation in agnoster theme more consistent

This commit is contained in:
Kaleb Elwert 2017-02-28 12:00:22 -08:00
parent d874c73f19
commit e87f96599c

View File

@ -137,10 +137,9 @@ prompt_bzr() {
prompt_segment yellow black
echo -n "bzr@"$revision "✚ "
else
if [[ $status_all -gt 0 ]] ; then
if [[ $status_all -gt 0 ]]; then
prompt_segment yellow black
echo -n "bzr@"$revision
else
prompt_segment green black
echo -n "bzr@"$revision