Revert alacritty TERM env var

This commit is contained in:
Vladan Popovic 2020-10-19 01:12:27 +02:00
parent 65cd001bc3
commit 605243f4d5
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ env:
# 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
TERM: alacritty
window:
# Window dimensions (changes require restart)
@ -303,7 +303,7 @@ cursor:
# Thickness of the cursor relative to the cell width as floating point number
# from `0.0` to `1.0`.
thickness: 1.0
thickness: 0.1
# Live config reload (changes require restart)
live_config_reload: true