diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-17 08:59:54 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-17 08:59:54 +0300 |
| commit | 84100677a7b47fb5b22f492f6408152e2800f935 (patch) | |
| tree | aed9b4c37c1b4e284a2b2cf6c6db9c4b63d05b2e | |
| parent | 8823a763c10462fc44979157b7525962dc976b7c (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/ai.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/fish/conf.d/ai.fish b/dotfiles/fish/conf.d/ai.fish index 6d02551..1f5dcd1 100644 --- a/dotfiles/fish/conf.d/ai.fish +++ b/dotfiles/fish/conf.d/ai.fish @@ -1,7 +1,7 @@ abbr -a gpt chatgpt abbr -a gpti "chatgpt --interactive" -abbr -a suggest 'gh copilot suggest' -abbr -a explain 'gh copilot explain' +abbr -a suggest hexai +abbr -a explain 'hexai explain' abbr -a aic 'aichat -e' # helix-gpt env vars used |
