1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-07-07 09:40:29 +02:00

Merge pull request from ripdog/patch-1

Update plugins/extract/extract.plugin.zsh
This commit is contained in:
Robby Russell
2013-03-26 21:57:54 -07:00

@ -53,7 +53,7 @@ function extract() {
(*.lzma) unlzma "$1" ;; (*.lzma) unlzma "$1" ;;
(*.Z) uncompress "$1" ;; (*.Z) uncompress "$1" ;;
(*.zip) unzip "$1" -d $extract_dir ;; (*.zip) unzip "$1" -d $extract_dir ;;
(*.rar) unrar e -ad "$1" ;; (*.rar) unrar x -ad "$1" ;;
(*.7z) 7za x "$1" ;; (*.7z) 7za x "$1" ;;
(*.deb) (*.deb)
mkdir -p "$extract_dir/control" mkdir -p "$extract_dir/control"