caiogondim / bullet-train.zsh

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

echo -n hey does not output #305

Closed manishrjain closed 5 years ago

manishrjain commented 5 years ago

If my last output line does not have a newline character at the end, then my bullet-train prompt overwrites that line, which is really annoying.

Relevant settings in my ~/.zshrc:

source ~/antigen.zsh
antigen use oh-my-zsh

antigen bundle zsh-users/zsh-syntax-highlighting
# antigen bundle robbyrussell/oh-my-zsh
antigen bundle git
antigen theme https://github.com/caiogondim/bullet-train-oh-my-zsh-theme bullet-train
# antigen theme bhilburn/powerlevel9k
antigen bundle command-not-found
# antigen bundle archlinux
antigen bundle ubuntu
antigen bundle sudo
antigen bundle git-flow
antigen bundle dircycle
antigen bundle history
antigen apply

BULLETTRAIN_PROMPT_ORDER=(
  time
  status
  custom
  context
  dir
  screen
  virtualenv
  git
  cmd_exec_time
)

Any ideas what's going on?

manishrjain commented 5 years ago

2019-01-31-185415_1173x682_scrot

You can see the behavior in this screenshot.

manishrjain commented 5 years ago

Looks like it was caused by prompt walters in my .zshrc. Sorry for the noise!