diff options
Diffstat (limited to 'Functions/Prompts/promptinit')
-rw-r--r-- | Functions/Prompts/promptinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Prompts/promptinit b/Functions/Prompts/promptinit index 98c220fc1..0aa810236 100644 --- a/Functions/Prompts/promptinit +++ b/Functions/Prompts/promptinit @@ -32,7 +32,7 @@ promptinit () { done # To manipulate precmd and preexec hooks... - autoload -U add-zsh-hook + autoload -Uz add-zsh-hook # Variables common to all prompt styles prompt_newline=$'\n%{\r%}' @@ -134,7 +134,7 @@ Use prompt -h <theme> for help on specific themes.' ;; s) print "Set and save not yet implemented. Please ensure your ~/.zshrc" print "contains something similar to the following:\n" - print " autoload -U promptinit" + print " autoload -Uz promptinit" print " promptinit" print " prompt $*[2,-1]" shift |