0

I have been trying to update tmux and add Powerline character support in it. I am currently using oh-my-zsh with 'agnoster' theme and powerline characters and prompt are getting displayed as they should but when i start tmux session, those character on prompt disappears and _ is replaced with them.What can i do to rectify it.

My tmux.conf

  • Using ubuntu 16.04

  • Output of echo $TERM is screen-256color.

  • Not using tmux-powerline as it's no longer maintained.
  • I have also tried reinstalling Powerline.
Aayush Sharma
  • 137
  • 4
  • 14

1 Answers1

0

Instead of source "/usr/local/lib/python2.7/dist-packages/powerline/bindings/tmux/powerline.conf" you should use run 'powerline-config tmux setup', which should do all the automagic for you without explicily naming paths. You can give it a try by simply executing it in your shell after starting tmux.

user2722968
  • 13,636
  • 2
  • 46
  • 67