Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Doesn't work with emulate sh #1365

Open
romkatv opened this issue Sep 20, 2019 · 0 comments
Open

Doesn't work with emulate sh #1365

romkatv opened this issue Sep 20, 2019 · 0 comments

Comments

@romkatv
Copy link

romkatv commented Sep 20, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant