1
0
Fork 0
dotfiles/tmux/.tmux.conf

11 lines
269 B
Plaintext

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"