# Fish Completion
> [!IMPORTANT]
> If you installed `stash` with Homebrew, fish completion is
> already enabled!
For a manual install, generate the completion file:
```bash
mkdir -p ~/.config/fish/completions
stash-completion fish > ~/.config/fish/completions/stash.fish
```
Fish loads completions from that directory automatically.
> [!NOTE]
> Check [scripts](../scripts/) for other integrations.