fix(tmux): use proper term

This commit is contained in:
Barrett Ruth 2026-02-15 12:09:16 -05:00
parent f82a972244
commit 6c3740c513
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -11,7 +11,7 @@ set -g prefix M-x
unbind C-b
bind M-x send
set -g default-terminal "$TERM"
set -g default-terminal "tmux-256color"
set -g default-shell "$SHELL"
set -g renumber-windows on