From: martin f. krafft Date: Tue, 6 May 2008 07:22:58 +0000 (+0100) Subject: fix typo X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/bfce2547c1f318bd9b683fa24551e086f8112aad fix typo --- diff --git a/.zsh/zshrc/85_vcs_prompt b/.zsh/zshrc/85_vcs_prompt index c6b3c79..81e7773 100644 --- a/.zsh/zshrc/85_vcs_prompt +++ b/.zsh/zshrc/85_vcs_prompt @@ -99,7 +99,7 @@ if ! is_root; then *${vcs}*) __vcs_set_prompt_variables esac } - precmd_functions+=_update_vcs prompt_vars_if_vcs_ran + precmd_functions+=_update_vcs_prompt_vars_if_vcs_ran _update_vcs_prompt_vars() { __vcs_set_prompt_variables