fix(extract): don't push entries to dirstack when extracting rpm and deb files

master
Marc Cornellà 5 years ago
parent a2f1ef69b5
commit 10a00085d0
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 2
      plugins/extract/extract.plugin.zsh

@ -1,6 +1,8 @@
alias x=extract
extract() {
setopt localoptions noautopushd
local remove_archive
local success
local extract_dir

Loading…
Cancel
Save