From de8ecc425d57f2019ed12e05134a28e71c456e5f Mon Sep 17 00:00:00 2001 From: twells46 Date: Fri, 2 Jan 2026 10:17:33 -0600 Subject: Search for fish path --- dot_config/foot/foot.ini | 10 ---------- dot_config/foot/foot.ini.tmpl | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 dot_config/foot/foot.ini create mode 100644 dot_config/foot/foot.ini.tmpl diff --git a/dot_config/foot/foot.ini b/dot_config/foot/foot.ini deleted file mode 100644 index 505ca48..0000000 --- a/dot_config/foot/foot.ini +++ /dev/null @@ -1,10 +0,0 @@ -[main] -font=FiraMono Nerd Font Mono:size=9 -include=/home/tom/.config/foot/catppuccin-latte -#include=/usr/share/foot/themes/catppuccin-latte -shell=/usr/bin/fish -#shell=/home/tom/.local/bin/xonsh -#shell=/usr/bin/nu - -[cursor] -style=beam diff --git a/dot_config/foot/foot.ini.tmpl b/dot_config/foot/foot.ini.tmpl new file mode 100644 index 0000000..15e5d81 --- /dev/null +++ b/dot_config/foot/foot.ini.tmpl @@ -0,0 +1,10 @@ +[main] +font=FiraMono Nerd Font Mono:size=9 +include=/home/tom/.config/foot/catppuccin-latte +#include=/usr/share/foot/themes/catppuccin-latte +shell={{- lookPath "fish" }} +#shell=/home/tom/.local/bin/xonsh +#shell=/usr/bin/nu + +[cursor] +style=beam -- cgit v1.2.3