diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-12 09:24:42 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-12 09:24:42 +0300 |
| commit | 3ad3d5452a08260637adf7dad972c657cc4c2119 (patch) | |
| tree | 3d925e9c27b218e3df8b17a8c3728e33c8680b5b | |
| parent | c09763944f6707495ef4ed3f2e60fbb7db6ee50c (diff) | |
add skills and prompts
| -rw-r--r-- | fish/conf.d/ai.fish | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish index 5371eb5..60c4df9 100644 --- a/fish/conf.d/ai.fish +++ b/fish/conf.d/ai.fish @@ -10,6 +10,14 @@ function qwen ollama launch opencode --model qwen3.5:cloud -y -- run $argv end +function skills + ls ~/Notes/Prompts/skills +end + +function prompts + ls ~/Notes/Prompts/prompts +end + abbr -a suggest hexai abbr -a explain 'hexai explain' abbr -a research 'hexai research' |
