diff --git a/lib/completion-templates.ts b/lib/completion-templates.ts index 8e1e6fdc0..c57ade373 100644 --- a/lib/completion-templates.ts +++ b/lib/completion-templates.ts @@ -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() {