shell-scripts/home_zsh/.zsh/functions/preexec_update_git_vars
2017-10-11 10:10:45 -05:00

6 lines
66 B
Text
Executable file

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