legacy-dotfiles/zsh/functions/precmd_update_git_vars

7 lines
136 B
Text
Raw Normal View History

2010-12-05 12:50:00 +01:00
# -*- mode: shell-script -*-
if [ -n "$__EXECUTED_GIT_COMMAND" ]; then
update_current_git_vars
unset __EXECUTED_GIT_COMMAND
fi