From 0b0e95e88c1dbd6a9f16300ae03f725e37b6369b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Jul 2011 00:25:27 +0200 Subject: Preparing placing home-directory in repo --- .zsh/functions/preexec_update_git_vars | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .zsh/functions/preexec_update_git_vars (limited to '.zsh/functions/preexec_update_git_vars') diff --git a/.zsh/functions/preexec_update_git_vars b/.zsh/functions/preexec_update_git_vars new file mode 100755 index 0000000..9d229a9 --- /dev/null +++ b/.zsh/functions/preexec_update_git_vars @@ -0,0 +1,6 @@ +# -*- mode: shell-script -*- +case "$1" in + git*) + __EXECUTED_GIT_COMMAND=1 + ;; +esac -- cgit v1.2.3-54-g00ecf