From 14dc170caafc47a46d4c040a17829b52d431bbcd Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 23 Feb 2020 23:54:44 +0300 Subject: [PATCH] Change documented default TERM to alacritty --- alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty.yml b/alacritty.yml index e552166..64785d0 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -10,7 +10,7 @@ # 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: alacritty #window: # Window dimensions (changes require restart)