Created
February 27, 2015 15:51
-
-
Save damienstanton/846789a41e442160f22a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Uses https://github.com/erikw/tmux-powerline, despite deprecation warning it works more reliably | |
| # than Powerline, at least on Ubuntu | |
| set-option -g status on | |
| set-option -g status-interval 2 | |
| set-option -g status-utf8 on | |
| set-option -g status-justify "centre" | |
| set-option -g status-left-length 95 | |
| set-option -g status-right-length 60 | |
| set-option -g status-left "#(~/XS/tmux-powerline/powerline.sh left)" | |
| set-option -g status-right "#(~/XS/tmux-powerline/powerline.sh right)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment