summaryrefslogtreecommitdiff
path: root/docs/fish-completion.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-10 22:41:47 +0300
committerPaul Buetow <paul@buetow.org>2026-04-10 22:41:47 +0300
commitbd749f8e9a0eeaa5578a368996f7b93955580a39 (patch)
tree5d2e45a7a155cdecbbc7ee864a35e4818277714e /docs/fish-completion.md
parentdc71be943e25087905b2b9a4fec2fcf6b6f9925f (diff)
task 20: hide do info UUID unless HEXAI_DEBUG is set
Diffstat (limited to 'docs/fish-completion.md')
-rw-r--r--docs/fish-completion.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/fish-completion.md b/docs/fish-completion.md
index 95de56a..c582800 100644
--- a/docs/fish-completion.md
+++ b/docs/fish-completion.md
@@ -32,3 +32,5 @@ end
```
No external `do.fish` file is required.
+
+If you installed with `mage install`, the installer also writes an autoloadable completion file to `~/.config/fish/completions/do.fish` (or `$XDG_CONFIG_HOME/fish/completions/do.fish`), so new Fish sessions should pick it up automatically.