From 925a39aefbbb2a599afa5f18a2184f7c323bc469 Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Tue, 28 May 2024 10:32:07 +0200 Subject: [PATCH] Fix docs link to fish shell Fixes: 316d623dc ("Overhaul shell completion docs") Signed-off-by: Tom Wieczorek --- docs/shell-completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shell-completion.md b/docs/shell-completion.md index 5b1229c39737..e0816c3678c5 100644 --- a/docs/shell-completion.md +++ b/docs/shell-completion.md @@ -8,7 +8,7 @@ shells: - `bash`, [GNU Bash](https://www.gnu.org/software/bash/) - `zsh`, [the Z-shell](https://www.zsh.org/) -- `fish`, [the friendly interactive shell]((https://fishshell.com/)) +- `fish`, [the friendly interactive shell](https://fishshell.com/) - `powershell`, [Microsoft PowerShell](https://learn.microsoft.com/powershell/) ## General Usage