Set TERM=xterm-256color

Everything seems to work. No idea why I set it to tmux back then.

less, vim, etc were all saying unknown terminal
This commit is contained in:
hedy 2023-01-14 09:35:46 +08:00
parent d867b3b2d9
commit eb25da64ce
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export DOOMDIR=~/.config/doom/
export EMACSDIR=~/.doomemacs/
export BROWSER=w3m
export FILEMAN=ranger
export TERM=tmux-256color
export TERM=xterm-256color
export GPG_TTY=$(tty)
# telemetry shit

View File

@ -9,7 +9,7 @@ set -sg escape-time 0
set -g visual-activity off
# terminal stuff
set -g default-terminal "tmux-256color"
set -g default-terminal "xterm-256color"
# set -g terminal-overrides ",tmux-256color:Tc"
set-option -sa terminal-overrides ",*:Tc"