Remove fixed path

This commit is contained in:
ben
2025-07-19 13:33:24 +02:00
parent a171ba7d24
commit eff7c717a2

View File

@@ -1,5 +1,7 @@
set DIR_SCRIPT (dirname (status --current-filename))
function _notes_cmds function _notes_cmds
set RES_CMD (~/fms/fms.sh notes) set RES_CMD ($DIR_SCRIPT/fms.sh notes)
commandline -t "$RES_CMD" commandline -t "$RES_CMD"
end end