changing to xterm terminal colours

This commit is contained in:
2023-04-02 20:30:01 +01:00
parent c3b137ed96
commit 3ea919705b
2 changed files with 3 additions and 3 deletions

View File

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

View File

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