diff --git a/README.md b/README.md index c639995..4e0968b 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,8 @@ them to any POSIX environment that has Bash installed. ```bash mkdir -p ~/.oh-my-zsh/completions chmod -R 755 ~/.oh-my-zsh/completions + ln -s /opt/kubectx/completion/kubectx.zsh ~/.oh-my-zsh/completions/_kubectx.zsh ln -s /opt/kubectx/completion/kubens.zsh ~/.oh-my-zsh/completions/_kubens.zsh - ln -s /opt/kubectx/completion/kubens.zsh ~/.oh-my-zsh/completions/_kubectx.zsh ``` Note that the leading underscore seems to be a convention. If not using oh-my-zsh, you could link to `/usr/share/zsh/functions/Completion` (might require sudo), depending on the `$fpath` of your zsh installation.