diff --git a/zshrc.sh b/zshrc.sh index cdb8b4f7..d91a0bdb 100644 --- a/zshrc.sh +++ b/zshrc.sh @@ -63,7 +63,6 @@ function update_current_git_vars() { git_super_status() { - precmd_update_git_vars if [ -n "$__CURRENT_GIT_STATUS" ]; then STATUS="$ZSH_THEME_GIT_PROMPT_PREFIX$ZSH_THEME_GIT_PROMPT_BRANCH$GIT_BRANCH%{${reset_color}%}" if [ "$GIT_BEHIND" -ne "0" ]; then