]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/60_vcsprompt
ignore git changes in preprompt
[zsh.git] / .zsh / zshrc / 60_vcsprompt
index f7f80ca807acf818da50d8ba91d211417d99f561..8dd1b06ea09106d80e5b8fa53d2bc3d2a25c8449 100644 (file)
@@ -208,7 +208,7 @@ __vcs_print_preprompt()
 
   case "$repotype" in
     git)
-      __git_print_preprompt
+      __git_print_preprompt
       ;;
   esac
 }