legacy-dotfiles/zsh/.zsh/functions/precmd_update_git_vars

7 lines
136 B
Text
Raw Normal View History

2014-07-01 22:53:27 +02:00
# -*- mode: shell-script -*-
if [ -n "$__EXECUTED_GIT_COMMAND" ]; then
update_current_git_vars
unset __EXECUTED_GIT_COMMAND
fi