1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-03 06:53:40 +02:00

alacritty/alacritty.toml: set TERM = xterm-kitty

This commit is contained in:
Henrik Hautakoski 2024-12-29 12:07:25 +01:00
parent d6881f4454
commit 80bd3b3290

View file

@ -2,7 +2,7 @@
ipc_socket = false ipc_socket = false
[env] [env]
TERM = "xterm-256color" TERM = "xterm-kitty"
[font] [font]
normal = { family = "JetbrainsMono Nerd Font", style = "light" } normal = { family = "JetbrainsMono Nerd Font", style = "light" }