summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 6c106b8..4ed756b 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -32,7 +32,11 @@ Table-driven unit tests exist for all internal packages.
## Fish shell integration
```bash
-./install-fish.sh # installs completions/foostore.fish and completions/ge.fish
+# Print the fish integration script and source it in the current session:
+foostore fish | source
+
+# Or add to ~/.config/fish/config.fish for permanent activation:
+foostore fish | source # add this line to the file
```
## Configuration