Roman Perepelitsa

Results 32 issues of Roman Perepelitsa

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 ' cd apt update && apt install -y zsh git...

This is on master with the default config and default options. Expected: ![expected](https://user-images.githubusercontent.com/1282067/61993658-3515f280-b06f-11e9-9df5-5ba3d785257c.png) Actual: ![actual](https://user-images.githubusercontent.com/1282067/61993663-45c66880-b06f-11e9-96e9-97f697869d81.png)

This is on `master`. ```zsh docker run -e LANG=C.UTF-8 -e TERM -it --rm ubuntu bash -uexc ' cd apt update && apt install -y zsh git git clone https://github.com/powerlevel9k/powerlevel9k.git echo...

1. On OSX (and only on OSX) network interfaces whose names contain `"lo"` are ignored. For example, suppose I have a network interface called `"slow"` and I define these options:...

This is on `master`. ```zsh docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM -it --rm ubuntu bash -uexc ' cd apt update && apt install -y zsh git git clone...

This is on master with the default config and default options. Expected: ![expected](https://user-images.githubusercontent.com/1282067/61993722-22e88400-b070-11e9-8514-eb427dccc836.png) Actual: ![actual](https://user-images.githubusercontent.com/1282067/61993727-35fb5400-b070-11e9-9bd0-062fb5116f54.png)

This is on master with the default config and default options. Expected: ![expected](https://user-images.githubusercontent.com/1282067/61993603-8a053900-b06e-11e9-8fbe-28ec1617121e.png) Actual: ![actual](https://user-images.githubusercontent.com/1282067/61993609-9a1d1880-b06e-11e9-82c3-a8b82b0bd294.png)

This is on master. Config: ```zsh POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(user time) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=() POWERLEVEL9K_TIME_BACKGROUND=none ``` Expected: ![expected](https://user-images.githubusercontent.com/1282067/60957925-c8c49080-a305-11e9-9b5e-ce1a457a04e6.png) Actual: ![actual](https://user-images.githubusercontent.com/1282067/60957930-cd894480-a305-11e9-8892-b441aae3c0de.png)

This is on `next`. Config: ```zsh P9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL='XISTENT' P9K_LEFT_PROMPT_ELEMENTS=(dir) P9K_RIGHT_PROMPT_ELEMENTS=(background_jobs) ``` Actual (while having no background jobs): ![actual](https://user-images.githubusercontent.com/1282067/60679170-05683600-9e87-11e9-99b9-90d94199112f.png) Expected: ![expected](https://user-images.githubusercontent.com/1282067/60679172-0731f980-9e87-11e9-9c43-30c3388a63a0.png)

This is on `master`. To reproduce: 1. Install pyenv. 2. Use `master` branch of Powerlevel9k with `pyenv` as one of the prompt segments. 3. Type these commands: ```zsh pyenv install...