eendroroy / alien

An asynchronous zsh prompt
https://eendroroy.github.io/alien
MIT License
307 stars 45 forks source link

stderr disappears (again) #33

Closed zcutlip closed 4 years ago

zcutlip commented 4 years ago

Looks like issue #32 is still happening. Worked fine for a few days, but stderr has disappeared on me in one of my terminal sessions.

zcutlip commented 4 years ago

I've uncommented lines in async.zsh as described here: https://github.com/eendroroy/alien/issues/32#issuecomment-578031239

I'll update if that does/doesn't help.

eendroroy commented 4 years ago

Could you please share your configuration?

zcutlip commented 4 years ago

Sure:

export ALIEN_SECTIONS_LEFT=(
  exit
  user
  path
  vcs_branch:async
  vcs_status:async
  vcs_dirty:async
  versions:async
  newline
  ssh
  venv
  prompt
)
export ALIEN_SECTIONS_RIGHT=(
  time
  battery
)

export ALIEN_SECTION_PATH_COMPONENTS=3
export ALIEN_THEME="red"
eendroroy commented 4 years ago

Continues on #32