Changed TERM variable

Signed-off-by: Logan Gartner <logan2611@gmail.com>
This commit is contained in:
Logan G 2020-07-04 00:05:22 -06:00
parent 221ff09145
commit 913e9e68b7
Signed by: logan
GPG key ID: 2986DE0CF1B04BCD

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)