1
0
Fork 0

Don't let alacritty claim it is xterm

This commit is contained in:
tastytea 2022-05-01 09:03:32 +02:00
parent e3e3531837
commit 910ac330d5
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
env:
# For better compatibility.
# <https://github.com/alacritty/alacritty/issues/2049>
TERM: xterm-256color
# env:
# # For better compatibility.
# # <https://github.com/alacritty/alacritty/issues/2049>
# TERM: xterm-256color
font:
normal:

View File

@ -18,6 +18,7 @@ set -g default-command "exec /bin/zsh"
# Enable Truecolor
set-option -ga terminal-overrides ",xterm*:RGB:Tc,rxvt-unicode*:RGB:Tc"
set -ga terminal-features ",alacritty*:RGB"
set -g default-terminal "tmux-256color"
# Make M-<up> and so on work in Emacs.