diff options
author | ben | 2025-07-19 13:33:24 +0200 |
---|---|---|
committer | ben | 2025-07-19 13:33:24 +0200 |
commit | eff7c717a25403527005c9109f0046009b89095c (patch) | |
tree | cb1a40ea55d7a6f242cc8dce00ca8086a9770ec1 | |
parent | a171ba7d240a5fe5c6f59d8b28bf7b584cf0bc50 (diff) | |
download | fms-eff7c717a25403527005c9109f0046009b89095c.tar.gz fms-eff7c717a25403527005c9109f0046009b89095c.tar.bz2 fms-eff7c717a25403527005c9109f0046009b89095c.tar.xz |
-rw-r--r-- | integration.fish | 4 |
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 |