Browse Source

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

Marc Cornellà 2 years ago
parent
commit
10a00085d0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/extract/extract.plugin.zsh

+ 2 - 0
plugins/extract/extract.plugin.zsh

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