.zsh/functions/preexec_update_vars
This commit is contained in:
parent
ccef0f92bc
commit
1ccf9858e7
1 changed files with 3 additions and 0 deletions
|
@ -11,3 +11,6 @@ case "$1" in
|
||||||
__EXECUTED_PACMAN_COMMAND=1
|
__EXECUTED_PACMAN_COMMAND=1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
__COMMAND_EXEC_TIME=$(date +%s)
|
||||||
|
__COMMAND_EXECUTING=1
|
||||||
|
|
Loading…
Reference in a new issue