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:
2025-12-30 00:26:22 -06:00
parent f2e2fd1215
commit 005b2ed850
8 changed files with 72 additions and 7 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ alias copes='claude --model sonnet'
alias copeh='claude --model haiku'
alias hcope='claude --model haiku'
alias gpt='chatgpt'
alias copilot='gh copilot'
alias suggest='gh copilot suggest -t shell'
alias copilot='copilot'
alias suggest='copilot -p "suggest:" --allow-all-tools'
alias spt='spotify_player'
alias gitalias='alias | grep "git "'
alias mousefix='sudo udevadm trigger' # helped with mouse issues on laptop