diff --git a/tmux.conf b/tmux.conf index 5d3b703..5e06126 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,6 @@ ### CONFIG set -g status-right "#(hostname | cut -d. -f 1): #(uptime | awk -F 'averag[a-z]*: ' '{print $2}')" +set -g default-terminal "xterm-color" # ### BINDS