Solved a bug where a non-existent function was unset in zsh's `powermeli` theme

master
Meliurwen 3 years ago
parent 2b8e2beb9b
commit 8cf9cc6b6b
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      zsh/.config/zsh/plugins/powermeli.zsh-theme

@ -122,7 +122,7 @@ build_prompt() {
unset OLD_BG OLD_SEP unset OLD_BG OLD_SEP
printf "%s%s " "%{%f%b%k%}" "$PROMPT_LINE" printf "%s%s " "%{%f%b%k%}" "$PROMPT_LINE"
unset PROMPT_LINE unset PROMPT_LINE
unset -f prompt_segment prompt_status prompt_virtualenv prompt_context prompt_git get_apid unset -f prompt_segment prompt_status prompt_virtualenv prompt_context prompt_git
} }
setopt prompt_subst setopt prompt_subst

Loading…
Cancel
Save