Merge pull request #2219 from Profpatsch/theme-agnoster

Forgot one symbol for hg.
This commit is contained in:
Robby Russell 2013-11-13 13:28:44 -08:00
commit 7a7eda1287

View File

@ -124,7 +124,7 @@ prompt_hg() {
else
prompt_segment green black
fi
echo -n " $rev@$branch" $st
echo -n " $rev@$branch" $st
fi
fi
}