Files
fms/integration.fish
2025-07-17 20:00:48 +02:00

11 lines
142 B
Fish

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