about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-02-17 15:18:39 -0500
committerBen Harris <ben@tilde.team>2019-02-17 15:18:39 -0500
commitbd17189643b14c6f28fb9776032e65291d605e69 (patch)
treeb451cb5ef96deae37f30e6d5064bbd3e871e4740
parentb57dfa4425dde8850693236e1b3c53c92b089a02 (diff)
set TERM to screen-256color
-rwxr-xr-xbyobu/.byobu/.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/byobu/.byobu/.tmux.conf b/byobu/.byobu/.tmux.conf
index db6ef8a..82a4fce 100755
--- a/byobu/.byobu/.tmux.conf
+++ b/byobu/.byobu/.tmux.conf
@@ -1,3 +1,3 @@
 set -g default-shell /usr/bin/fish
 set -g default-command /usr/bin/fish
-set -g default-terminal "tmux-256color"
+set -g default-terminal "screen-256color"