From fb549f108aa7d09e65d720b5fdd740f7b3b931b1 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Mon, 21 Dec 2015 20:16:43 -0500 Subject: [PATCH] use autoload -Uz, not -U --- modules/prompt/themes/minimal.zsh-theme | 2 +- modules/prompt/themes/steeef.zsh-theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/prompt/themes/minimal.zsh-theme b/modules/prompt/themes/minimal.zsh-theme index cb07f71..fb6f26f 100644 --- a/modules/prompt/themes/minimal.zsh-theme +++ b/modules/prompt/themes/minimal.zsh-theme @@ -3,7 +3,7 @@ # https://github.com/S1cK94/minimal # -autoload -U colors && colors +autoload -Uz colors && colors setopt prompt_subst diff --git a/modules/prompt/themes/steeef.zsh-theme b/modules/prompt/themes/steeef.zsh-theme index 8f0db50..8c23dd4 100644 --- a/modules/prompt/themes/steeef.zsh-theme +++ b/modules/prompt/themes/steeef.zsh-theme @@ -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