Roman Perepelitsa

Results 660 comments of Roman Perepelitsa

> I feel I have been a little rude by opening this issue No harm done. “Please take my money” is the kind of request I don’t mind receiving 😁...

> how can I send you a private message? I sent a Twitter message ... (I will delete this message after you reply) See https://github.com/romkatv/powerlevel10k#where-can-i-ask-for-help-and-report-bugs. The private option is email....

Is there a detailed description of what this file contains? If not, can you post examples for all bullet points you've mentioned?

Thanks for the info. Reopening. No ETA for doing anything here.

Please run the following command: ```zsh ( emulate -L zsh -o err_return local tmp tmp="$(mktemp -d ${TMPDIR:-/tmp}/p10k.XXXXXXXXXX)" { git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $tmp/powerlevel10k >$tmp/.zshrc

This command simply repeats your own instructions. If it doesn't reproduce the error, it means something is missing from your instructions that is required to reproduce it. How do I...

Cannot reproduce with these instructions. Can you? 1. Run this command: ```zsh ( emulate -L zsh -o err_return local tmp tmp="$(mktemp -d ${TMPDIR:-/tmp}/p10k.XXXXXXXXXX)" { local zd=$tmp/.config/zsh git clone --depth=1 https://github.com/romkatv/powerlevel10k.git...

I couldn't reproduce it by following your instructions. Then I wrote a script that spams `SIGINT` and finally reproduced it. Is there a reason you press and hold Ctrl+C? Knowing...

Thanks for the reply. When you spam Ctrl+C into shell, lots and lots of things break. You are basically interrupting plugins at random places. Having broken prompt is not the...