Revert alacritty TERM env var
This commit is contained in:
parent
65cd001bc3
commit
605243f4d5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue