edkolev / promptline.vim

Generate a fast shell prompt with powerline symbols and airline colors
MIT License
623 stars 54 forks source link

Running tmux messes up colors. #53

Open EvanCarroll opened 8 years ago

EvanCarroll commented 8 years ago

1 2

you can see the first one has a background. the second one does not.

ghost commented 8 years ago

Option 1 source ~/.shell_prompt.sh again in your tmux session.

Option 2 Add set -g default-terminal "screen-256color" to your tmux.conf.

Option 3 run $ export TERM=xterm-256color in your terminal to set colors.

Option 4 If you are running bash, switch to zsh and see if you have the same issue.