jimeh / git-aware-prompt

Display current Git branch name in your terminal prompt when in a Git working directory.
Creative Commons Zero v1.0 Universal
2.15k stars 340 forks source link

Remove duplicate whitespace for Ubuntu PS1 #27

Closed spiegelm closed 4 years ago

spiegelm commented 8 years ago

Adjust the prompt string from

user@host:~/project  (release-3.0)$

to

user@host:~/project (release-3.0)$

Note the removal of the duplicate whitespace.

spiegelm commented 8 years ago

@jimeh Could you please have a look at my PR? It's a one-char fix

spiegelm commented 4 years ago

Seems to be fixed in the meantime :+1: