Steven Hall

Results 50 comments of Steven Hall

@michaeldfallen I realize that this is now quite a long time ago, but I still regularly use this tool and I'd be happy to give some time to this. I...

#110 Might not be that useful to you several years later, but I made a PR 3 or so years ago that lets you add a configurable prefix and suffix...

the only thing in my .gitradarrc file is: ```bash GIT_RADAR_FETCH_TIME=1 ```

after making the changes that I have made in #113 it now looks normal

looks like these guys had a similar problem [here](https://github.com/creationix/nvm/issues/75#issuecomment-29054164). That link will take you to a comment that says that possibly upgrading grep to a newer version may solve the...

Alternatively (again) I have also found [this](https://gist.github.com/jrnewell/26cc1963ed997000a134) gist which appears to be a bash script that will upgrade your grep on git bash for you. It looks like it assumes...

The image you provided doesn't seem to be working for me so I can't really see your issue. Apart from that I would say that if you have a `.gitradarrc`...

Interesting... I cloned byobu and I don't see the same thing as you... it is the same for me regardless of what repo I am in, or if it is...

I just realized that you meant actually using byobu, not working within its code, so the above message really is of no use. I will see if I can try...

changing your PS1 as below: ```bash export PS1="$PS1\$(git-radar --bash --fetch) >> " ``` I would think that that would accomplish what you had done to get the `>>` into your...