13 lines
202 B
Fish
13 lines
202 B
Fish
set DIR_SCRIPT (dirname (status --current-filename))
|
|
|
|
function _notes_cmds
|
|
set RES_CMD ($DIR_SCRIPT/fms.sh notes)
|
|
commandline -t "$RES_CMD"
|
|
end
|
|
|
|
function f
|
|
_notes_cmds
|
|
end
|
|
|
|
bind alt-l _notes_cmds
|