1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00

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 # https://github.com/S1cK94/minimal
# #
autoload -U colors && colors autoload -Uz colors && colors
setopt prompt_subst setopt prompt_subst

View file

@ -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