powerlevel10k: grep hangs with: zsh -ixc : 2>&1 | grep p10k

When I use the powerlevel10k theme and I then run the command zsh -ixc : 2>&1 | grep p10k grep hangs after all the matches are found, forcing me to exit with ctrl+c.

grep exits cleanly when I use other oh-my-zsh themes such as robbyrussell.

To reproduce (in .zshrc): ZSH_THEME="powerlevel10k/powerlevel10k" reload shell, run the command zsh -ixc : 2>&1 | grep p10k Result: grep hangs after matches are displayed Expected: grep exits cleanly.

Then (in .zshrc) change theme to robbyrussell ZSH_THEME="robbyrussell" reload shell, run the command zsh -ixc : 2>&1 | grep p10k Result: grep exits cleanly Expected: grep exits cleanly.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 18 (8 by maintainers)

Most upvoted comments

I’m going to close this as I’m unable to reproduce it and the problem hardly seems serious even for those affected. If you find a way how to reproduce, please reopen or open a new issue.