summaryrefslogtreecommitdiffstats
path: root/.zsh/functions/preexec_update_vars
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-05 21:13:09 +0200
committerGravatar Tom Willemse2013-05-05 21:13:09 +0200
commiteaee297bd390385f1b17258c9d9d067f2ef0cebc (patch)
tree74ebbe47fd981171ecf8570475054a3aac596718 /.zsh/functions/preexec_update_vars
parent4a2315fb3ac7312f1aa84bcc8fd0c497a1744946 (diff)
downloaddotfiles-eaee297bd390385f1b17258c9d9d067f2ef0cebc.tar.gz
dotfiles-eaee297bd390385f1b17258c9d9d067f2ef0cebc.zip
Cleanup ZSH config
Diffstat (limited to '.zsh/functions/preexec_update_vars')
-rw-r--r--.zsh/functions/preexec_update_vars16
1 files changed, 0 insertions, 16 deletions
diff --git a/.zsh/functions/preexec_update_vars b/.zsh/functions/preexec_update_vars
deleted file mode 100644
index f8c1b44..0000000
--- a/.zsh/functions/preexec_update_vars
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- mode: shell-script -*-
-
-case "$1" in
- git*)
- __EXECUTED_GIT_COMMAND=1
- ;;
- cower*)
- __EXECUTED_COWER_COMMAND=1
- ;;
- *pacman*)
- __EXECUTED_PACMAN_COMMAND=1
- ;;
-esac
-
-__COMMAND_EXEC_TIME=$(date +%s)
-__COMMAND_EXECUTING=1