use autoload -Uz, not -U
This commit is contained in:
parent
b0bf9d2ebc
commit
fb549f108a
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# https://github.com/S1cK94/minimal
|
# https://github.com/S1cK94/minimal
|
||||||
#
|
#
|
||||||
|
|
||||||
autoload -U colors && colors
|
autoload -Uz colors && colors
|
||||||
|
|
||||||
setopt prompt_subst
|
setopt prompt_subst
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ PR_GIT_UPDATE=1
|
||||||
|
|
||||||
setopt prompt_subst
|
setopt prompt_subst
|
||||||
|
|
||||||
autoload -U add-zsh-hook
|
autoload -Uz add-zsh-hook
|
||||||
autoload -Uz vcs_info
|
autoload -Uz vcs_info
|
||||||
|
|
||||||
#use extended color pallete if available
|
#use extended color pallete if available
|
||||||
|
|
Loading…
Reference in a new issue