If there is a stash, the stash symbol for the git-radar display overlaps the first character of my command. Here's an example where I've typed OOO into the command line, you can see how it overlaps the first O.

My PS1 line in .bashrc is:
PS1="$PS1\$(git-radar --bash --fetch)"
If I add a trailing space to PS1 like:
PS1="$PS1\$(git-radar --bash --fetch) "
but then in any non-git repos there are two spaces after the the $ in my prompt which I find annoying.
If there is a stash, the stash symbol for the git-radar display overlaps the first character of my command. Here's an example where I've typed
OOOinto the command line, you can see how it overlaps the firstO.My
PS1line in .bashrc is:If I add a trailing space to
PS1like:but then in any non-git repos there are two spaces after the the
$in my prompt which I find annoying.