summaryrefslogtreecommitdiffstats
path: root/.zsh/functions/preexec_update_vars
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-09 10:44:45 +0100
committerGravatar Tom Willemsen2012-11-09 10:44:45 +0100
commit41dca31756298ef9803172e6e982e554665258f9 (patch)
tree8e56f2395ccd9b48726df1b05099752f98ce109a /.zsh/functions/preexec_update_vars
parent3104a8c298d964662bb09cc5e2a78d4bb1e104d0 (diff)
downloaddotfiles-41dca31756298ef9803172e6e982e554665258f9.tar.gz
dotfiles-41dca31756298ef9803172e6e982e554665258f9.zip
Move ZSH configs
Diffstat (limited to '.zsh/functions/preexec_update_vars')
-rw-r--r--.zsh/functions/preexec_update_vars13
1 files changed, 0 insertions, 13 deletions
diff --git a/.zsh/functions/preexec_update_vars b/.zsh/functions/preexec_update_vars
deleted file mode 100644
index 105d240..0000000
--- a/.zsh/functions/preexec_update_vars
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- mode: shell-script -*-
-
-case "$1" in
- git*)
- __EXECUTED_GIT_COMMAND=1
- ;;
- cower*)
- __EXECUTED_COWER_COMMAND=1
- ;;
- *pacman*)
- __EXECUTED_PACMAN_COMMAND=1
- ;;
-esac