Y
Hacker News
new
|
ask
|
show
|
jobs
by
Rompect
1872 days ago
You can fix this by setting the following values in .config/alacritty/alacritty.yml:
env: TERM: xterm-256color
Another way is described here:
https://wiki.archlinux.org/title/Alacritty#Terminal_function...
2 comments
jchook
1872 days ago
Setting TERM this way causes other subtle problems your local host. Instead I set `alias ssh="TERM=xterm-256color ssh"` which works pretty well.
link
nemetroid
1872 days ago
What kinds of subtle problems?
link
aDfbrtVt
1872 days ago
Awesome, thanks for the tip!
link