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