From 41296a5fcf453237411387a806534ad5d020e34b Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 5 Sep 2018 15:26:17 -0700 Subject: [PATCH] README: fix typo in ln cmd for zsh comp Signed-off-by: Ahmet Alp Balkan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.