Hi,
Is it possible to have the display of the current working directory also show the git branch (and it's state). For example, let's say my current working directory is /home/ben/package/foo and it is also a git repos. I have configured my linux shell to indicate, when I am in that directory, which branch is exposed and it's state. So...
ben@myserver /home/ben/package/foo [dev*]$
... tells me that the 'dev' branch is exposed and that it has changes to attend to.
Is there a way to get the path display at the top of the Console and/or Files windows in RStudio IDE to display something similar?
Thanks!
Ben