Skip to content

Commit

Permalink
feat: Add how to load completions in your current zsh session (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Mar 17, 2022
1 parent 65b1195 commit 8cc7be2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions completions.go
Expand Up @@ -669,6 +669,10 @@ to enable it. You can execute the following once:
echo "autoload -U compinit; compinit" >> ~/.zshrc
To load completions in your current shell session:
source <(%[1]s completion zsh); compdef _%[1]s %[1]s
To load completions for every new session, execute once:
#### Linux:
Expand Down

0 comments on commit 8cc7be2

Please sign in to comment.