Compare commits

..

2 Commits

Author SHA1 Message Date
a7d3a27157 fish: add github copilot functions 2025-03-10 10:48:45 -05:00
c9e7bfd461 git: ignore vscode files 2025-03-10 10:48:37 -05:00
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