Add integration for Fish Shell

This commit is contained in:
ben
2025-07-17 20:00:48 +02:00
parent d7d31b719f
commit 2aa7fcbe38

10
integration.fish Normal file
View File

@@ -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