From: Don Armstrong Date: Wed, 4 Apr 2018 20:51:05 +0000 (-0700) Subject: ignore git changes in preprompt X-Git-Url: https://git.donarmstrong.com/?p=zsh.git;a=commitdiff_plain;h=5e5e0e1b07d076278e86f42bcdfc722150132627 ignore git changes in preprompt --- diff --git a/.zsh/zshrc/60_vcsprompt b/.zsh/zshrc/60_vcsprompt index f7f80ca..8dd1b06 100644 --- a/.zsh/zshrc/60_vcsprompt +++ b/.zsh/zshrc/60_vcsprompt @@ -208,7 +208,7 @@ __vcs_print_preprompt() case "$repotype" in git) - __git_print_preprompt + # __git_print_preprompt ;; esac }