-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels