From a3980df8bb85f6f071becc34b88a01741887ece3 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Sun, 29 Mar 2020 12:36:08 -0400 Subject: [PATCH] feat(job stack): better error message --- zsh-abbr.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 2cd37f5d..a25cbb25 100755 --- a/zsh-abbr.zsh +++ b/zsh-abbr.zsh @@ -1013,7 +1013,7 @@ _zsh_abbr_job_push() { next_job_path=$job_dir/$next_job echo "abbr: An job added at" - echo " $(strftime '%A, %d %b %Y' ${next_job%.*})" + echo " $(strftime '%T %b %d %Y' ${next_job%.*})" echo "has timed out. The job was related to" echo " $(cat $next_job_path)" echo "Please report this at https://github.com/olets/zsh-abbr/issues/new"