From 22e9af28bb7a7101aeeac80b5bfd0c18f7e6226f Mon Sep 17 00:00:00 2001 From: Jacob Gold Date: Sun, 15 May 2022 21:03:15 -0400 Subject: [PATCH] fix(completion): correct zsh installation instructions Co-authored-by: Benjamin E. Coe --- lib/completion-templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {