diff options
Diffstat (limited to 'fish')
| -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' |
