From 3478aaa709f26e66736e9fd25abf88ade96a497b Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Tue, 3 Oct 2023 14:47:19 -0400 Subject: [PATCH] Use fish as default shell in kitty --- .config/kitty/kitty.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index a0e923f..a399d83 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1247,6 +1247,7 @@ background_blur 3 #: Advanced {{{ # shell . +shell /usr/bin/fish #: The shell program to execute. The default value of . means to use #: whatever shell is set as the default shell for the current user.