Skip to content

Commit

Permalink
feat(job pop): don't add variable to session unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Apr 5, 2020
1 parent cdf22c0 commit c3af3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh-abbr.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3af3d7

Please sign in to comment.