Kaleb Elwert

Results 229 comments of Kaleb Elwert

Thanks for looking into it! I vaguely remember that issue, but it would have taken me a while to find it again. If it's possible to add a hack to...

Looks like 5.2 on Sierra. ``` % /bin/zsh --version zsh 5.2 (x86_64-apple-darwin16.0) ```

One thing worth noting: the lowest version we officially support has traditionally come from the oldest version of Debian that's still supported. I think the current minimum comes from either...

There was a fix mentioned by the wizards working on pure (https://github.com/sindresorhus/pure/issues/376#issuecomment-357529459) but I haven't been able to take the time and figure out why that fixes the issue. If...

I'm removing the upstream label for now since I believe we've had reports of other themes in prezto seeing the same issue.

I believe this is occurring because the git-info command is still running. We use `git config --bool prompt.showinfo` to check if git-info should be run, but it's the second git...

If you're willing to live without it, you could disable the prezto git module. You would lose additional git related functionality, but it wouldn't run additional git commands.

In your zpreztorc, there should be a list of enabled modules. If you remove or comment out the git module, this will be disabled. It's unfortunately not possible to do...

Currently blocked by #1641 until we figure out what to do there. Thanks for bringing this up!

Does anyone know how this interacts with linux? The launchctl stuff seems like it might cause unexpected behavior, but I haven't gotten a chance to test this yet.