diff options
| author | 2013-05-15 17:35:51 +0200 | |
|---|---|---|
| committer | 2013-05-15 17:35:51 +0200 | |
| commit | 6c2db7df0e40962537ce74d6f6213fac1782bd1b (patch) | |
| tree | 57483bb4d37c243619d71123260711100afb1a93 /.zsh/functions/preexec_update_vars | |
| parent | 8ae90ffbd18d4312806e11cdda99e3dadcc9bf57 (diff) | |
| download | dotfiles-phoenix.tar.gz dotfiles-phoenix.zip | |
Update dotfilesphoenix
Diffstat (limited to '.zsh/functions/preexec_update_vars')
| -rw-r--r-- | .zsh/functions/preexec_update_vars | 16 |
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 |
