From 1ccf9858e76e95e7ffea56c6e88685b4418d9c78 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 28 Nov 2012 10:17:41 +0100 Subject: .zsh/functions/preexec_update_vars --- .zsh/functions/preexec_update_vars | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zsh') diff --git a/.zsh/functions/preexec_update_vars b/.zsh/functions/preexec_update_vars index 105d240..f8c1b44 100644 --- a/.zsh/functions/preexec_update_vars +++ b/.zsh/functions/preexec_update_vars @@ -11,3 +11,6 @@ case "$1" in __EXECUTED_PACMAN_COMMAND=1 ;; esac + +__COMMAND_EXEC_TIME=$(date +%s) +__COMMAND_EXECUTING=1 -- cgit v1.2.3-54-g00ecf