set tmux terminal type

This commit is contained in:
Trevor Vallender 2023-03-15 15:15:13 +00:00
parent b776f6e2c8
commit 75f6cdaab2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ bind-key C-o last-window
set-option -g prefix C-o
unbind-key C-b
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
set -g history-limit 10000
set -g history-file ~/.dotfiles/.tmux_history