mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-07-08 01:57:17 +02:00
fix(extract): don't push entries to dirstack when extracting rpm and deb files
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user