]> git.donarmstrong.com Git - zsh.git/commitdiff
fix typo
authormartin f. krafft <madduck@madduck.net>
Tue, 6 May 2008 07:22:58 +0000 (08:22 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 6 May 2008 07:22:58 +0000 (08:22 +0100)
.zsh/zshrc/85_vcs_prompt

index c6b3c79c2a471780b8b5b8d3175dc569db33999b..81e7773ec683be84e63e3115da1d58f86c1ad22b 100644 (file)
@@ -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