Skip to content

Commit

Permalink
docs(completion): added completion command for fish shell (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh authored Aug 29, 2024
1 parent 96d3a3b commit 809039f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ pnpm completion bash > ~/completion-for-pnpm.bash
echo 'source ~/completion-for-pnpm.bash' >> ~/.bashrc
```

To setup autocompletion for Fish, run:

```text
pnpm completion fish > ~/.config/fish/completions/pnpm.fish
```

## g-plane/pnpm-shell-completion

[pnpm-shell-completion] is a shell plugin maintained by Pig Fang on Github.
Expand Down

0 comments on commit 809039f

Please sign in to comment.