legacy-dotfiles/zsh/functions/preexec_update_git_vars
2010-12-05 12:50:00 +01:00

6 lines
101 B
Bash
Executable file

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