|
set -g default-terminal "screen-256color"
|
|
|
|
run-shell "powerline-daemon -q"
|
|
|
|
source "/usr/share/powerline/bindings/tmux/powerline.conf"
|
|
|
|
# vim: ft=tmux
|
|
|
|
# Fix coloring
|
|
set-option -g default-terminal "xterm-256color"
|
|
set-option -ga terminal-overrides ",xterm-256color:Tc" |