Skip to content

Commit

Permalink
fix(completion): correct zsh installation instructions
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
goldjacobe and bcoe committed May 16, 2022
1 parent cbc2eb7 commit 22e9af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/completion-templates.ts
Expand Up @@ -34,7 +34,7 @@ export const completionZshTemplate = `#compdef {{app_name}}
# yargs command completion script
#
# Installation: {{app_path}} {{completion_command}} >> ~/.zshrc
# or {{app_path}} {{completion_command}} >> ~/.zsh_profile on OSX.
# or {{app_path}} {{completion_command}} >> ~/.zprofile on OSX.
#
_{{app_name}}_yargs_completions()
{
Expand Down

0 comments on commit 22e9af2

Please sign in to comment.