legacy-dotfiles/zsh/.zsh/functions/precmd_update_git_vars
2014-08-21 00:14:54 +02:00

6 lines
136 B
Bash

# -*- mode: shell-script -*-
if [ -n "$__EXECUTED_GIT_COMMAND" ]; then
update_current_git_vars
unset __EXECUTED_GIT_COMMAND
fi