From edd4e34c2c661e0d68408426ee24c8711f404bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mann?= Date: Tue, 11 Jun 2024 09:50:36 +0200 Subject: [PATCH] doc(completion): add fish shell entry --- tools/cds-cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/cds-cli.md b/tools/cds-cli.md index 90053c0c7..1d40f3554 100644 --- a/tools/cds-cli.md +++ b/tools/cds-cli.md @@ -78,10 +78,10 @@ After that, restart your shell (or source the shell configuration) and enjoy she Currently supported shells: | Operating System | Shell | |-------------------|-------| -| Linux | bash, zsh | -| macOS | bash, zsh | +| Linux | bash, fish (version 8 or higher), zsh | +| macOS | bash, fish (version 8 or higher), zsh | | Windows | PowerShell, Git Bash | -| WSL | bash, zsh | +| WSL | bash, fish (version 8 or higher), zsh | To remove the shell completion, run the following command: ```sh