diff options
-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 |