Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ When adding new commands or flags, update all three completion files:

- `completions/gtr.bash` (Bash)
- `completions/_git-gtr` (Zsh)
- `completions/gtr.fish` (Fish)
- `completions/git-gtr.fish` (Fish)

### Git Version Compatibility

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ source ~/.zshrc
**Fish:**

```bash
ln -s /path/to/git-worktree-runner/completions/gtr.fish ~/.config/fish/completions/
ln -s /path/to/git-worktree-runner/completions/git-gtr.fish ~/.config/fish/completions/
```

## Commands
Expand Down
2 changes: 1 addition & 1 deletion completions/gtr.fish → completions/git-gtr.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Installation:
# Symlink to fish's completions directory:
# ln -s /path/to/git-worktree-runner/completions/gtr.fish ~/.config/fish/completions/
# ln -s /path/to/git-worktree-runner/completions/git-gtr.fish ~/.config/fish/completions/
# Then reload fish:
# exec fish

Expand Down