Skip to content

Commit

Permalink
fix(extract): don't push entries to dirstack when extracting rpm and …
Browse files Browse the repository at this point in the history
…deb files
  • Loading branch information
mcornella committed Aug 14, 2021
1 parent a2f1ef6 commit 10a0008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/extract/extract.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
alias x=extract

extract() {
setopt localoptions noautopushd

local remove_archive
local success
local extract_dir
Expand Down

0 comments on commit 10a0008

Please sign in to comment.