diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index 7699d2f..0f28669 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -102,7 +102,7 @@ sudo mv kubectl /usr/local/bin/ The following steps will enable shell tab completion on kubectl while using bash: ``` -echo "source <(kubectl completion bash)" >> ~/.bashrc && .~/.bashrc +echo "source <(kubectl completion bash)" >> ~/.bashrc && . ~/.bashrc ``` >You can also omit the "&& bash" and reload the shell later. >This will only enable tab completion for your current user.