diff --git a/alacritty.toml b/alacritty.toml index fb71a58..421a1de 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,5 +1,12 @@ [shell] -program = "/usr/bin/fish" +program = "/usr/bin/zsh" + +[env] +TERM = "xterm-256color" + +[window.padding] +x=5 +y=5 #--------------------------------- Colors [colors.primary] @@ -28,7 +35,7 @@ color = "#F5E0DC" # ------------------------------- Fonts [font] -size = 11.0 +size = 8.0 [font.normal] family = "JetBrainsMono Nerd Font"