Roman Perepelitsa

Results 656 comments of Roman Perepelitsa

> Default `.zshrc` file mistakenly calls all variables `P9K_...` instead of `POWERLEVEL9K_...` > [...] my initial `.zshrc` file used the environment variable prefix of `P9K_` instead of `POWERLEVEL9K_` When you...

It shows the number of commands in history. When your history gets truncated, the number goes down.

Your config is an important part of the issue but its formatting is all messed up. See https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code for how to format code with github-flavored markdown. Click "Preview" before submitting...

Thanks for fixing the formatting. I'm going to try to reproduce it. I don't use the same setup, so it'll take me a bit of time. You've mentioned two separate...

I've managed to reproduce and fix both problems. For the first, copy-paste the following command into your terminal. ```zsh () { emulate -L zsh setopt err_return no_unset xtrace [[ -d...

@dbarrett24 I've edited commands in my reply. Make sure to copy-paste them from https://github.com/Powerlevel9k/powerlevel9k/issues/1339#issuecomment-515412432 instead of an email if you've received one.

> `leftPromptWidth` is calculating the incorrect length. I think `leftPromptWidth` doesn't affect single-line prompt. It also shouldn't break cursor positioning even if it returns incorrect value. The position of right...

If you aren't using Arch, installation instructions for Arch won't work for you. Likewise with NixOS and macOS -- you should follow these installation instructions only if you are using...

> Well, the differences between arch and Debian aren’t significant enough to really play a major difference here. Either apt package is configured slightly different than that Pacman / yum...

> Yet with the simple tweak of changing the destination directory In the Deb package- just dropping a single word from the directory name- Sounds reasonable. Maybe also add a...