Merge pull request #9 from vierbergenlars/clear-after-end

Clear AUTO_COMMAND in the precmd hook
This commit is contained in:
Michael Aquilina
2019-07-17 21:17:20 +01:00
committed by GitHub

View File

@@ -62,6 +62,7 @@ function _auto_notify_send() {
if [[ -n "$AUTO_COMMAND" && $elapsed -gt $AUTO_NOTIFY_THRESHOLD ]]; then
_auto_notify_message "$AUTO_COMMAND" "$elapsed"
fi
AUTO_COMMAND=""
}
function _auto_notify_track() {