Commit a8ef111a authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3072 from clippit/patch-1

Fix missing add-zsh-hook in pygmalion.zsh-theme
parents dd644a1f 9c1255d3
......@@ -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(){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment