fish: add github copilot functions
This commit is contained in:
parent
c9e7bfd461
commit
a7d3a27157
3
fish/functions/explain.fish
Normal file
3
fish/functions/explain.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function explain
|
||||
gh copilot explain $argv
|
||||
end
|
3
fish/functions/suggest.fish
Normal file
3
fish/functions/suggest.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function suggest
|
||||
gh copilot suggest $argv
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user