mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 12:24:08 -06:00
Replace gh copilot aliases with custom Fish functions that provide better help text and wrap the copilot CLI with appropriate prompts
4 lines
103 B
Fish
4 lines
103 B
Fish
function ghce --wraps explain --description "Alias for explain (GitHub Copilot)"
|
|
explain $argv
|
|
end
|