diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 20:50:32 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 20:50:32 +0200 |
| commit | 7de95e396d729895a7e1e27c1155c9d365fab41c (patch) | |
| tree | 67e0212e4aa6e641b84185b7f4ddb57d602e0864 /install-fish.sh | |
| parent | 3373b7e90c4e1ff1abcebe0594316131f546dfa8 (diff) | |
Fix fish shell integration after binary rename to foostore (v0.4.0)v0.4.0
- Rename completions/geheim.fish → completions/foostore.fish
- Update all geheim references to foostore in ge.fish, install-fish.sh, FISH_INTEGRATION.md
- Add fish shell integration section to README
- Fix stale comment in internal/version/version.go
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'install-fish.sh')
| -rwxr-xr-x | install-fish.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install-fish.sh b/install-fish.sh index 73d4d3e..5ca8901 100755 --- a/install-fish.sh +++ b/install-fish.sh @@ -2,15 +2,15 @@ set -e -echo "Installing geheim fish shell integration..." +echo "Installing foostore fish shell integration..." # Create directories if they don't exist mkdir -p ~/.config/fish/completions mkdir -p ~/.config/fish/functions # Copy completion files -echo "Installing geheim completion..." -cp completions/geheim.fish ~/.config/fish/completions/ +echo "Installing foostore completion..." +cp completions/foostore.fish ~/.config/fish/completions/ echo "Installing ge wrapper function..." cp completions/ge.fish ~/.config/fish/functions/ |
