Add integration for Fish Shell
This commit is contained in:
10
integration.fish
Normal file
10
integration.fish
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user