legacy-dotfiles/.zsh/functions/preexec_update_git_vars
2011-07-28 00:25:27 +02:00

6 lines
101 B
Bash
Executable file

# -*- mode: shell-script -*-
case "$1" in
git*)
__EXECUTED_GIT_COMMAND=1
;;
esac