From 01ce7ade851f64c8bba5497cd83bdb5ed07cabd8 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 7 Sep 2025 18:06:42 +0200 Subject: kitty: Reference fish from PATH instead of abs location --- kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 53c6912..dd4dd91 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1433,7 +1433,7 @@ background #2b2b2b #: Advanced {{{ -shell $HOME/.local/bin/fish +shell fish #: The shell program to execute. The default value of . means to use #: the value of of the SHELL environment variable or if unset, -- cgit v1.2.3