From cd7b3dd12e430da97f2535afb2310ad845651b9f Mon Sep 17 00:00:00 2001 From: la-magra Date: Tue, 2 Sep 2014 20:33:41 -0500 Subject: [PATCH] Edit due to pygmalion sending add-zsh-hook not found. --- themes/pygmalion.zsh-theme | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/pygmalion.zsh-theme b/themes/pygmalion.zsh-theme index 654e0fc37..ef611aebf 100644 --- a/themes/pygmalion.zsh-theme +++ b/themes/pygmalion.zsh-theme @@ -1,6 +1,7 @@ # Yay! High voltage and arrows! prompt_setup_pygmalion(){ + autoload -U add-zsh-hook ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}"