Kaleb Elwert

Results 204 comments of Kaleb Elwert

What's the status on this @agnoster ?

This is also related to #60, though if this fix goes in, it should work there as well.

This unfortunately breaks the prompt so is_dirty will always be false. `git status --porcelain --ignore-submodules &> /dev/null` will redirect all output (both stdout and stderr) to /dev/null which means that...

While this may improve performance, I don't think this will drastically reduce the number of forks. `print` is a zsh builtin and shouldn't cause a fork. Additionally, any call to...

Unfortunately I don't have merge access to this repo... I'm just fairly familiar with the code. The first commit looks fine to me though. :)

This will probably conflict with https://github.com/agnoster/agnoster-zsh-theme/pull/46/ when it's merged in. Not sure if there's anything that can be done about it now, but it's worth keeping in mind.

How are you initializing the prompt? If you use `prompt agnoster` this should work just fine. If you're calling `prompt_agnoster_setup` directly it may not work. The problem lies with the...

Ah, then adding something like https://github.com/sindresorhus/pure/blob/4cdd0cf/pure.zsh#L434 to agnoster may be a better fix

After looking at this, I think the proper way of handling this would be to create something like `client.DoRequest(req *http.Request) (*http.Response, error)` so the request can be retried (for something...

Oof this is a bit weird. I'm not sure the best way to solve this since I'd rather not add that export to the prezto runcoms...