7 lines
332 B
Bash
7 lines
332 B
Bash
source $BYOBU_PREFIX/share/byobu/profiles/tmux
|
|
set -g default-terminal "screen-256color"
|
|
POWERLINE_COMMAND="/run/current-system/sw/bin/powerline"
|
|
POWERLINE_CONFIG_COMMAND="/run/current-system/sw/bin/powerline-config"
|
|
run-shell "/run/current-system/sw/bin/powerline-daemon -q"
|
|
source /run/current-system/sw/share/tmux/powerline.conf
|