From eff7c717a25403527005c9109f0046009b89095c Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 19 Jul 2025 13:33:24 +0200 Subject: Remove fixed path --- integration.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/integration.fish b/integration.fish index c47f916..811cb0b 100644 --- a/integration.fish +++ b/integration.fish @@ -1,5 +1,7 @@ +set DIR_SCRIPT (dirname (status --current-filename)) + function _notes_cmds - set RES_CMD (~/fms/fms.sh notes) + set RES_CMD ($DIR_SCRIPT/fms.sh notes) commandline -t "$RES_CMD" end -- cgit v1.2.3