From 518c0ce0af22b19473df0918ff0b87e131852d68 Mon Sep 17 00:00:00 2001 From: N0lik <150377744+h0lik@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:13:20 +0400 Subject: [PATCH] Create alacritty.toml --- alacritty.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 alacritty.toml diff --git a/alacritty.toml b/alacritty.toml new file mode 100644 index 0000000..67bc04d --- /dev/null +++ b/alacritty.toml @@ -0,0 +1,2 @@ +[env] +TERM = "xterm-256color"