Skip to content

Commit

Permalink
fix merge error after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ariestiyansyah committed Oct 26, 2017
1 parent af67450 commit 30e9fe0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/tasks/tools/install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@ kubectl completion bash > $(brew --prefix)/etc/bash_completion.d/kubectl

The Homebrew project is independent from Kubernetes, so the bash-completion packages are not guaranteed to work.

<<<<<<< HEAD
### Using zsh

To add kubectl autocompletion to your ZSH profile, add the following line to
the ~/.zshrc file:
=======
### Using Zsh
If you are using zsh edit the ~/.zshrc file and add the following code to enable kubectl autocompletion:

Expand All @@ -203,7 +197,7 @@ fi
```

Or when using [Oh-My-Zsh](http://ohmyz.sh/), edit the ~/.zshrc file and update the `plugins=` line to include the kubectl plugin.
>>>>>>> Update install-kubectl.md


```shell
source <(kubectl completion zsh)
Expand Down

0 comments on commit 30e9fe0

Please sign in to comment.