Make indentation in agnoster theme more consistent
This commit is contained in:
parent
d874c73f19
commit
e87f96599c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user