This commit is contained in:
Kaleb Elwert 2018-04-17 20:43:55 +00:00 committed by GitHub
commit 18ee8b863e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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