legacy-dotfiles/zsh/functions/preexec_update_git_vars

7 lines
101 B
Text
Raw Normal View History

2010-12-05 12:50:00 +01:00
# -*- mode: shell-script -*-
case "$1" in
git*)
__EXECUTED_GIT_COMMAND=1
;;
esac