From 8e7de3cd22fedee620b2cd70857b0a56515a9026 Mon Sep 17 00:00:00 2001 From: Alex Semin Date: Mon, 30 Dec 2024 14:58:25 +0100 Subject: [PATCH] Update fish.md --- src/content/docs/shells/fish.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/content/docs/shells/fish.md b/src/content/docs/shells/fish.md index cb4c2fe..aa2dc15 100644 --- a/src/content/docs/shells/fish.md +++ b/src/content/docs/shells/fish.md @@ -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/sdkman-for-fish@v2.1.0 +```