1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge pull request #3072 from clippit/patch-1

Fix missing add-zsh-hook in pygmalion.zsh-theme
This commit is contained in:
Robby Russell 2014-09-03 15:51:50 +02:00
commit a8ef111a79

View file

@ -12,7 +12,7 @@ prompt_setup_pygmalion(){
base_prompt_nocolor=$(echo "$base_prompt" | perl -pe "s/%\{[^}]+\}//g")
post_prompt_nocolor=$(echo "$post_prompt" | perl -pe "s/%\{[^}]+\}//g")
add-zsh-hook precmd prompt_pygmalion_precmd
precmd_functions+=(prompt_pygmalion_precmd)
}
prompt_pygmalion_precmd(){