I can’t even properly form it into a question, or even if its a problem. As a result of something (possible me, possible an update?). my terminal now looks like
drew@think$ cd drewPlay
~/drewPlay
drew@think$ (git::master)
before the ~/path didn’t display and neither did (git::master). i’m curious what I have done to make this happen and probable how I need to fix what ever mistake this is highlighting.
Look in your
.bashrcfile for thePS1variable – I bet it includes the__git_ps1helper and begins with\wfollowed by a newline – something like:… would produce the prompt you’re seeing. If that were the case, you could put it back to something more conventional by changing it to:
… but
__git_ps1is pretty great 🙂