Skip to content

Commit

Permalink
Improve zsh autocomplete directions (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
omair-inam committed Jul 25, 2024
1 parent d742382 commit a9051b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/completion/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Zsh:
$ echo "autoload -U compinit; compinit" >> ~/.zshrc
# To load completions for each session, execute once:
$ jira completion zsh > /usr/local/share/zsh/site-functions/_jira
$ jira completion zsh > "${fpath[1]}/_jira"
# You will need to start a new shell for this setup to take effect.
Expand Down

0 comments on commit a9051b3

Please sign in to comment.