Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.46k stars 949 forks source link

Doesn't work with `emulate sh` #1365

Open romkatv opened 4 years ago

romkatv commented 4 years ago

This is on master.

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 "emulate sh; source ~/powerlevel9k/powerlevel9k.zsh-theme" >~/.zshrc
  exec zsh'

Actual:

actual

Expected:

expected