summaryrefslogtreecommitdiff
path: root/zsh/functions/precmd_update_git_vars
blob: c08c41a8029ccbf027ff638ae0ef9c8e4f92ee89 (plain)
1
2
3
4
if [ -n "$__EXECUTED_GIT_COMMAND" ]; then
  update_current_git_vars
  unset __EXECUTED_GIT_COMMAND
fi