summaryrefslogtreecommitdiff
path: root/alacritty.toml
diff options
context:
space:
mode:
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"