petobens / trueline

Fast and extensible bash powerline prompt with true color and fancy icon support
MIT License
385 stars 36 forks source link

Tmux support? #10

Closed g-casey closed 5 years ago

g-casey commented 5 years ago

In tmux it shows up as a couple of underscores. Don't know if this is a problem with tmux or trueline.

petobens commented 5 years ago

I'm using it under tmux just fine. Could please post your configs (bashrc / tmux.conf) and some screenshot in order for me to reproduce your behavior? Thanks!

g-casey commented 5 years ago

Sorry for the late response

Here is my tmux.conf

https://github.com/jgc37/Dotfiles/blob/master/.tmux.conf

Here is a screenshot of what it looks like https://imgur.com/a/hRFHB2T

my .bashrc is very typical with source ~/trueline.sh in it

g-casey commented 5 years ago

Problem was solved by starting tmux with tmux -u

petobens commented 5 years ago

Glad you sorted it out.