Skip to content

Commit

Permalink
Update fish.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex authored Dec 30, 2024
1 parent 95f4360 commit 8e7de3c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/content/docs/shells/fish.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,22 @@ fisher install IlanCosman/tide@v6

### Plugins

`fzf` integration
[`fzf` fuzzy-search](https://github.com/junegunn/fzf) [plugin](https://github.com/PatrickF1/fzf.fish)

```sh
fisher install patrickf1/fzf.fish
```

`z` utility
`z` utility [plugin](https://github.com/jethrokuan/z)

```sh
fisher install jethrokuan/z
```

[SDKman](https://sdkman.io/) [plugin](https://github.com/reitzig/sdkman-for-fish)

```sh
fisher install reitzig/[email protected]
```


0 comments on commit 8e7de3c

Please sign in to comment.