Michael Allen

Results 40 comments of Michael Allen

Interesting, seems the \ is getting ignored somewhere so rather than escape the next character string it's being ignored and printing the characters. Probably at somepoint I'm mishandling the command...

Really unsure why this is happening, might take me a while to get it right but I'll look in to it. Thanks for reporting it.

@srstevenson that's a great little hack. I'll have to look in to that, thanks.

Same here, I'm using OSX, apples built in Terminal (with [TotalTerminal](http://totalterminal.binaryage.com/) wrapping it) and Zsh. Probably what's happening is your terminal is set up to use a different colour scheme....

I've run some performance tests and it seems to be the `git status --porcelain` call (in my slowest repo the full prompt renders in `0.25s` and `git status` takes `0.245s`....

Anyone interested in this feature, I have pushed a working prototype of running the different indicators asynchronously and refreshing the prompt when ready in #83. It's another approach to solving...

how unusual.. can you post your `GIT_RADAR_FORMAT` (since I'm guessing you've used that feature to customise the radar) and your fish equivalent of `PROMPT` or `PS1` (I don't really know...

Probably you have a colour code applied to the folder part, the `~/nehm` which isn't being closed and so the colour is continuing until the next `$reset_color` or `\x01\033[0m\x02`. I'd...

@lucas-clemente what does your `PROMPT` look like? `PS1` is used in Bash, not Zsh so I wouldn't expect it to work for you. Also, what does that `build_prompt` function look...

@pkernevez that's really weird. I'm sorry it's not working well in fish. I'll install fish on a VM and test it out tomorrow (it's 11pm in London right now) and...