fish: add github copilot functions

This commit is contained in:
Charles Gould 2025-03-10 10:48:20 -05:00
parent c9e7bfd461
commit a7d3a27157
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function explain
gh copilot explain $argv
end

View File

@ -0,0 +1,3 @@
function suggest
gh copilot suggest $argv
end