fix: update default terminal setting to ensure compatibility

This commit is contained in:
2024-11-08 14:09:16 -05:00
parent 89c4cc6bc7
commit 674aab3433
+1 -1
View File
@@ -43,7 +43,7 @@ set -g @catppuccin_flavour 'mocha' # latte,frappe, macchiato or mocha
# Options to make tmux more pleasant
set -g mouse on
set -g default-terminal "wezterm"
set -g default-terminal "xterm-256color"
set -as terminal-features ",wezterm*:RGB"
set -g history-limit 20000