Roman Perepelitsa
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:  Actual: 
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:  Actual: 
This is on master with the default config and default options. Expected:  Actual: 
This is on master. Config: ```zsh POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(user time) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=() POWERLEVEL9K_TIME_BACKGROUND=none ``` Expected:  Actual: 
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):  Expected: 
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...