Skip to content

Commit

Permalink
fix zsh help
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzieba committed Nov 30, 2018
1 parent c680f60 commit a0363f3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkg/ctl/completion/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ To configure your bash shell to load completions for each session add to your ba
var zshCompletionCmd = &cobra.Command{
Use: "zsh",
Short: "Generates zsh completion scripts",
Long: `To load completion run
. <(eksctl completion zsh)
To configure your zsh shell, run:
Long: `To configure your zsh shell, run:
mkdir -p ~/.zsh/completion/
eksctl completion zsh > ~/.zsh/completion/_eksctl
and put the following in ~/.zshrc:
fpath=($fpath ~/.zsh/completion)
`,
Expand Down

0 comments on commit a0363f3

Please sign in to comment.