Roman Perepelitsa
Roman Perepelitsa
To reproduce: 1. Disconnect from the Internet. 2. Open a new ZSH session with the following P9K config: ```zsh POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(public_ip) ``` Expected: When I press `enter`, it takes less than...
Branch: master. OS: Windows Subsystem for Linux on Windows 10. Config: ```zsh POWERLEVEL9K_BATTERY_ICON= POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(battery dir) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=() ``` Expected:  Actual: 
To reproduce: ```zsh docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash -uexc ' cd apt update && apt install -y zsh git git clone https://github.com/bhilburn/powerlevel9k.git echo...
This is on next. 1. Install zsh 5.2. 2. Make `context` prompt bold with `typeset P9K_CONTEXT_{DEFAULT,ROOT,SUDO,REMOTE_REMOTE_SUDO}_BOLD=true` and source p9k. Don't set any other p9k options. Expected:  Actual: 
This is on master. 1. Install zsh 5.2. 2. Set `POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD=true` and source p9k. Don't set any other p9k options. 3. `cd` into `powerlevel9k`. Expected:  Actual: 
This is on master. To reproduce: ```zsh docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash -uexc ' apt update && apt install -y zsh git jq...
To reproduce: ```zsh docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash -uexc ' cd apt update && apt install -y zsh git git clone https://github.com/bhilburn/powerlevel9k.git echo...
This is on `master`. To reproduce: 1. Install pyenv. 2. Use `master` branch of Powerlevel9k with `pyenv` as one of the prompt segments. 3. Set `POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false` (this is also the...
My apologies for unsolicited *not an issue*. Feel free to close without comments. I just watched https://www.youtube.com/watch?v=gGmBUfMaWMU. Very well done. I liked the setup and the presentation. Have you tried...
This PR fixes two bugs in async code. 1. Insert `-` in `echo -nE "$suggestion"`. This is necessary to prevent `"$suggestion"` from being treated as an option for `echo`. 2....