mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 06:24:13 -06:00
feat: add Fish function wrappers for copilot suggest/explain commands
Replace gh copilot aliases with custom Fish functions that provide better help text and wrap the copilot CLI with appropriate prompts
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function ghce --wraps explain --description "Alias for explain (GitHub Copilot)"
|
||||
explain $argv
|
||||
end
|
||||
Reference in New Issue
Block a user