Roman Perepelitsa

Results 32 issues of 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: ![expected](https://user-images.githubusercontent.com/1282067/59562797-48c24800-9031-11e9-8353-54fb68f7b10e.png) Actual: ![actual](https://user-images.githubusercontent.com/1282067/59562798-4eb82900-9031-11e9-93b5-c10ed6e9cf06.png)

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: ![expected](https://user-images.githubusercontent.com/1282067/59037780-3ea28b80-8872-11e9-80aa-2581505a5ec6.png) Actual: ![actual](https://user-images.githubusercontent.com/1282067/59037689-11ee7400-8872-11e9-933a-44b5d3738ddd.png)

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: ![expected](https://user-images.githubusercontent.com/1282067/59036308-4dd40a00-886f-11e9-8c3c-b4c1ca914fe9.png) Actual: ![actual](https://user-images.githubusercontent.com/1282067/59036319-5298be00-886f-11e9-89d7-aa01aca61c42.png)

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....