commit 8b51420eef718e2c2a291b8602e29683ad4dd1e8
parent 5eadf2dde1feb32411f2dfabd2d7db34a7381446
Author: andersuno <anders@desk.andersuno.nu>
Date: Mon, 8 Aug 2022 19:42:00 +0200
Set TERM to xterm-256color in alacritty
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
@@ -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: xterm-256color
+ TERM: xterm-256color
window:
# Window opacity