Roman Perepelitsa
Roman Perepelitsa
PostmarketOS icon was added to font-logos in [v1.2.0](https://github.com/lukas-w/font-logos/releases/tag/v1.2.0), which in turn was incorporated in nerd-fonts in [v3.2.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.2.0). This icon isn't yet present in MesloLGS NF, whose glyphs are based on...
If you send a clean PR, I'll merge it. Otherwise there is virtually zero chance anything will be done w.r.t. to the issue you are experiencing.
This usually happens when you override `TERM` somewhere in zsh startup files or the terminal settings.
That `TERM` value looks correct. Could be a buggy zsh plugin, or a bad interaction between plugins. Or broken terminfo.
Powerlevel10k defines prompt and nothing else. See https://github.com/romkatv/powerlevel10k?tab=readme-ov-file#which-aspects-of-shell-and-terminal-does-powerlevel10k-affect The features you've described can be implemented in zsh and they don't require any support from p10k. For the first, you might...
It's a bug in the OS. See https://github.com/romkatv/gitstatus/issues?q=%22Linux+spin%22, or https://github.com/romkatv/gitstatus/issues/386.
> I wonder if it's because the `/tmp` filesystem is mounted as `nodev`? This should not matter: fifos aren't devices. Perhaps you can reproduce the problem by replacing the content...
Is it any different from manually running `tmux`?
Can you reproduce this with the following command? ```zsh () { emulate -L zsh -o err_return -o xtrace if [[ -e ~/powerlevel10k ]]; then command git -C ~/powerlevel10k pull else...
Can you reproduce this if you replace `sleep 1` with `sleep 10`?