diff options
author | ben | 2025-07-17 20:00:48 +0200 |
---|---|---|
committer | ben | 2025-07-17 20:00:48 +0200 |
commit | 2aa7fcbe387ac5424b90aa4d25472695e550180b (patch) | |
tree | e98760aea0fedb3eb5f8c6db1abfc95125af356b | |
parent | d7d31b719f74c67177613e7a6d8b5568c287f086 (diff) | |
download | fms-2aa7fcbe387ac5424b90aa4d25472695e550180b.tar.gz fms-2aa7fcbe387ac5424b90aa4d25472695e550180b.tar.bz2 fms-2aa7fcbe387ac5424b90aa4d25472695e550180b.tar.xz |
Add integration for Fish Shell
-rw-r--r-- | integration.fish | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/integration.fish b/integration.fish new file mode 100644 index 0000000..c47f916 --- /dev/null +++ b/integration.fish @@ -0,0 +1,10 @@ +function _notes_cmds + set RES_CMD (~/fms/fms.sh notes) + commandline -t "$RES_CMD" +end + +function f + _notes_cmds +end + +bind alt-l _notes_cmds |