caiogondim / bullet-train.zsh

:bullettrain_side: An oh-my-zsh shell theme based on the Powerline Vim plugin
MIT License
2.82k stars 383 forks source link

Tons of extra output in prompt - looks like my "history" is showing #150

Closed rfair404 closed 8 years ago

rfair404 commented 8 years ago

I've recently tried to install Bullet Train. I have the powerline fonts installed, and the bullet train theme installed per the instructions.

When I enable the theme in .zshrc (oh btw I use oh-my-zsh) and restart iTerm (3.0.0) I get several hundred lines of unexpected output that looks like my shell history.

I am not sure if this has been dealt with before. any help would be appreciated. It is probably something silly that I'm doing wrong.

Here you can get a better sense of what I am seeing: http://recordit.co/R8tbhaKTVb

Any help appreciated!

rfair404 commented 8 years ago

So, I am not sure why or how this made a difference, but it did resolve the issue.

I was attempting to isolate what was causing the unwanted output and thought I'd disable some of the outputs. I added

BULLETTRAIN_PROMPT_ORDER=(
  git
  context
  dir
  time
)

to my .zshrc and problems went away.

so closing I guess.

caiogondim commented 8 years ago

Sorry to hear that. I'm using iTerm 3.0 as well without major problems.

Will keep an eye on this behaviour and fix it if I can reproduce.

Cheers.