configs/dot.zsh/functions/preexec_update_git_vars
2012-10-26 02:30:01 +02:00

6 lines
66 B
Text

case "$1" in
git*)
__EXECUTED_GIT_COMMAND=1
;;
esac