mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 09:20:09 +00:00
fix(extract): don't push entries to dirstack when extracting rpm and deb files
This commit is contained in:
parent
a2f1ef69b5
commit
10a00085d0
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
alias x=extract
|
alias x=extract
|
||||||
|
|
||||||
extract() {
|
extract() {
|
||||||
|
setopt localoptions noautopushd
|
||||||
|
|
||||||
local remove_archive
|
local remove_archive
|
||||||
local success
|
local success
|
||||||
local extract_dir
|
local extract_dir
|
||||||
|
|
Loading…
Reference in a new issue