blob: 549f760cf08421b0d7d0cb66a34118137bce7197 (
plain)
1
2
3
4
5
6
7
8
9
|
source $BYOBU_PREFIX/share/byobu/profiles/tmux
# Define the terminal to be 256 colors (override default value)
set -g default-terminal "screen-256color"
set-option -g set-titles on
set-option -g set-titles-string "#W(#h)"
|