set TERM to screen-256color

This commit is contained in:
Ben Harris 2019-02-17 15:18:39 -05:00
parent b57dfa4425
commit bd17189643
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 1 additions and 1 deletions

View File

@ -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"