Skip to content

Commit

Permalink
Merge pull request #1942 from FedericoAntoniazzi/add-ohmyzsh-completion
Browse files Browse the repository at this point in the history
Add completion for oh-my-zsh
  • Loading branch information
BenTheElder authored Dec 14, 2020
2 parents 513857e + 86f8086 commit e36bf40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/kind/completion/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ This depends on the bash-completion binary. Example installation instructions:
% autoload -U compinit && compinit
# or if zsh-completion is installed via homebrew
% kind completion zsh > "${fpath[1]}/_kind"
# or if you use oh-my-zsh (needs zsh-completions plugin)
% mkdir $ZSH/completions/
% kind completion zsh > $ZSH/completions/_kind
# for fish users
% kind completion fish > ~/.config/fish/completions/kind.fish
Expand Down

0 comments on commit e36bf40

Please sign in to comment.