From c8738eb12f2fb99c073b1b9b4516b93725481fe6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 19 Apr 2026 16:31:52 +0300 Subject: fish: add foostore integration via built-in fish subcommand Co-Authored-By: Claude Sonnet 4.6 --- fish/conf.d/foostore.fish | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fish/conf.d/foostore.fish diff --git a/fish/conf.d/foostore.fish b/fish/conf.d/foostore.fish new file mode 100644 index 0000000..5c113f0 --- /dev/null +++ b/fish/conf.d/foostore.fish @@ -0,0 +1,7 @@ +set -l foostore_bin ~/go/bin/foostore + +if test -x $foostore_bin + $foostore_bin fish | source +else + echo No $foostore_bin found +end -- cgit v1.2.3