Roman Perepelitsa

Results 649 comments of Roman Perepelitsa

Do you have a workaround that you can employ on your end?

At this point, given that we have no theory of why the line of code was added in the first place, I would need to go, read the code and...

https://github.com/romkatv/gitstatus/issues?q=ish tl;dr: bug in iSH: ish-app/ish#783

See #52 tl;dr: gitstatusd keeps git repositories open for 1h for performance reasons. All git repositories are closed when the shell is closed. In practice this means that you can...

That looks odd. Does this happen every time you log in?

Does it fail fast or after approximately 10 seconds?

This is very strange. It looks as if zsh forks and then the child dies immediately. If you don't need git status in your prompt on that machine, you can...

You can use https://github.com/romkatv/zsh-bench to benchmark interactive zsh.

> We should probably report this upstream, but it is worth noting that `zsh -is < /dev/null` behaves extremely strange even when running this in a plain terminal. Notice the...

Does z.lua invoke precmd hooks before resetting prompt? If not, this explains why it doesn't work with powerlevel10k. You can invoke the hooks like this: ```zsh local f for f...