diff --git a/.tmux.conf b/.tmux.conf index 4c50f822..7aaeb350 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,6 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "xterm-256color" -set-option -sa terminal-overrides ",screen-256color:RGB" +set-option -sa terminal-overrides ",xterm-256color:RGB" set-option -sg escape-time 10 diff --git a/config.fish b/config.fish index cfbc2399..f550915a 100644 --- a/config.fish +++ b/config.fish @@ -169,7 +169,7 @@ thefuck --alias | source set -gx PNPM_HOME "/home/johnc/.local/share/pnpm" set -gx PATH "$PNPM_HOME" $PATH -set -gx TERM screen-256color +set -gx TERM xterm-256color # pnpm end