aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben2025-07-19 13:33:24 +0200
committerben2025-07-19 13:33:24 +0200
commiteff7c717a25403527005c9109f0046009b89095c (patch)
treecb1a40ea55d7a6f242cc8dce00ca8086a9770ec1
parenta171ba7d240a5fe5c6f59d8b28bf7b584cf0bc50 (diff)
downloadfms-main.tar.gz
fms-main.tar.bz2
fms-main.tar.xz
Remove fixed pathHEADmain
-rw-r--r--integration.fish4
1 files changed, 3 insertions, 1 deletions
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