From 92fbd571415b6702fd993d1ac7877e469c3b2b73 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com> Date: Sun, 24 Sep 2023 16:34:35 +0000 Subject: [PATCH] Updated /content/en/docs/reference/kubectl/cheatsheet Signed-off-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com> --- content/en/docs/reference/kubectl/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index 9033fb2b22..1fd957ab92 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -45,7 +45,7 @@ echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc Require kubectl version 1.23 or above. ```bash -echo 'kubectl completion fish | source' >> ~/.config/fish/config.fish # add autocomplete permanently to your fish shell +echo 'kubectl completion fish | source' >> ~/.config/fish/config.fish # add kubectl autocompletion permanently to your fish shell ``` ### A note on `--all-namespaces`