From 2aa7fcbe387ac5424b90aa4d25472695e550180b Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 17 Jul 2025 20:00:48 +0200 Subject: Add integration for Fish Shell --- integration.fish | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 integration.fish diff --git a/integration.fish b/integration.fish new file mode 100644 index 0000000..c47f916 --- /dev/null +++ b/integration.fish @@ -0,0 +1,10 @@ +function _notes_cmds + set RES_CMD (~/fms/fms.sh notes) + commandline -t "$RES_CMD" +end + +function f + _notes_cmds +end + +bind alt-l _notes_cmds -- cgit v1.2.3