blob: ee7528b764ac7bb293d74b2e6a3f0c2ed849d98f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
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
|