[alacritty] set term environment to xterm-256color

Resolves some problems with SSH sessions
This commit is contained in:
Marcel Kapfer 2020-05-20 19:19:50 +02:00
parent d25dac6519
commit 0d26d1c054
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
#env:
env:
# TERM variable
#
# This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used.
#TERM: alacritty
TERM: xterm-256color
#window:
# Window dimensions (changes require restart)