diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-09-07 18:06:42 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-07 18:06:42 +0200 |
| commit | 01ce7ade851f64c8bba5497cd83bdb5ed07cabd8 (patch) | |
| tree | a8c636346cd4ff98a9139accb55dc86528c27e30 /kitty | |
| parent | 074062aadd29db45057fb964b943e3e00fcb0b12 (diff) | |
| download | dots-01ce7ade851f64c8bba5497cd83bdb5ed07cabd8.tar.gz | |
kitty: Reference fish from PATH instead of abs location
Diffstat (limited to 'kitty')
| -rw-r--r-- | kitty/kitty.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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, |