diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-03 23:05:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-03 23:05:27 +0200 |
| commit | f2d5e4e78c8a7c740628d93af171c10b25624399 (patch) | |
| tree | a1302b0708c2754ab68b4d436661ce791fee3c2d | |
| parent | 68b54e819e881230ee1514f66e786810bde5c1cf (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/ai.fish | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/ai.fish b/dotfiles/fish/conf.d/ai.fish index 0d8de59..01993c4 100644 --- a/dotfiles/fish/conf.d/ai.fish +++ b/dotfiles/fish/conf.d/ai.fish @@ -22,6 +22,9 @@ function ai::cursor_agent cursor-agent end +function a + ai::cursor_agent +end + abbr -a suggest hexai abbr -a explain 'hexai explain' -abbr -a a ai::cursor_agent |
