use autoload -Uz, not -U

This commit is contained in:
Matt Hamilton 2015-12-21 20:16:43 -05:00
parent b0bf9d2ebc
commit fb549f108a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# https://github.com/S1cK94/minimal
#
autoload -U colors && colors
autoload -Uz colors && colors
setopt prompt_subst

View File

@ -16,7 +16,7 @@ PR_GIT_UPDATE=1
setopt prompt_subst
autoload -U add-zsh-hook
autoload -Uz add-zsh-hook
autoload -Uz vcs_info
#use extended color pallete if available