use autoload -Uz, not -U
This commit is contained in:
parent
b0bf9d2ebc
commit
fb549f108a
@ -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
|
||||||
|
Reference in New Issue
Block a user