From c3c3c04e45ef90bb067ed5f91cd930e0aca3f4ea Mon Sep 17 00:00:00 2001 From: Atao Date: Sun, 7 Jan 2024 00:12:09 +0100 Subject: [PATCH] change default shell to fish --- README.md | 8 ++++++++ alacritty.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69de29..a06419c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +# My Alacritty config + +## Font +JetBrains Mono Nerd Font + +## Theme +[catppucin](https://github.com/catppuccin) + diff --git a/alacritty.toml b/alacritty.toml index dafa910..fb71a58 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,5 +1,5 @@ [shell] -program = "/bin/zsh" +program = "/usr/bin/fish" #--------------------------------- Colors [colors.primary]