From c3af3d7ba9ef10af271ef97875abc842935ebb4e Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Sun, 29 Mar 2020 15:46:31 -0400 Subject: [PATCH] feat(job pop): don't add variable to session unnecessarily --- zsh-abbr.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 3d76ffed..205f4516 100755 --- a/zsh-abbr.zsh +++ b/zsh-abbr.zsh @@ -979,6 +979,7 @@ _zsh_abbr_job_push() { _zsh_abbr_job_pop() { [[ $ZSH_ABBR_DEBUG ]] && echo "job_pop" + local current local currents local job local job_group