From 432524aa4d63bbccac75e25abfb813be0dd5e5fa Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 10 Nov 2012 12:57:14 +0100 Subject: Undo move --- .zsh/functions/preexec_update_vars | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .zsh/functions/preexec_update_vars (limited to '.zsh/functions/preexec_update_vars') diff --git a/.zsh/functions/preexec_update_vars b/.zsh/functions/preexec_update_vars new file mode 100644 index 0000000..105d240 --- /dev/null +++ b/.zsh/functions/preexec_update_vars @@ -0,0 +1,13 @@ +# -*- mode: shell-script -*- + +case "$1" in + git*) + __EXECUTED_GIT_COMMAND=1 + ;; + cower*) + __EXECUTED_COWER_COMMAND=1 + ;; + *pacman*) + __EXECUTED_PACMAN_COMMAND=1 + ;; +esac -- cgit v1.2.3-54-g00ecf