summaryrefslogtreecommitdiff
path: root/alacritty.toml
diff options
context:
space:
mode:
authorphy@shitbook <mynameisgennadiy@vk.com>2026-04-06 23:05:51 +0500
committerphy@shitbook <mynameisgennadiy@vk.com>2026-04-06 23:05:51 +0500
commit531c6697d13f19ca9190de2be6476e9a651bf65c (patch)
tree9eabf27ea2a0db2b112044aaf300cfc058d22538 /alacritty.toml
parent087ddd566632d568cd59b499ec36a882e41a236e (diff)
zsh supportHEADmaster
Diffstat (limited to 'alacritty.toml')
-rw-r--r--alacritty.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/alacritty.toml b/alacritty.toml
index fad2ba8..75c92d8 100644
--- a/alacritty.toml
+++ b/alacritty.toml
@@ -6,5 +6,7 @@ background = "#F2EFDF"
foreground = "#5C6A72"
[font]
-size = 12
normal = { family = "JetBrainsMono Nerd Font", style = "Bald" }
+
+[terminal.shell]
+program = "/bin/zsh"