Skip to content

Commit

Permalink
Merge pull request #1611 from ripdog/patch-1
Browse files Browse the repository at this point in the history
Update plugins/extract/extract.plugin.zsh
  • Loading branch information
robbyrussell committed Mar 27, 2013
2 parents eabf51e + 2264c51 commit ed69d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/extract/extract.plugin.zsh
Expand Up @@ -53,7 +53,7 @@ function extract() {
(*.lzma) unlzma "$1" ;;
(*.Z) uncompress "$1" ;;
(*.zip) unzip "$1" -d $extract_dir ;;
(*.rar) unrar e -ad "$1" ;;
(*.rar) unrar x -ad "$1" ;;
(*.7z) 7za x "$1" ;;
(*.deb)
mkdir -p "$extract_dir/control"
Expand Down

0 comments on commit ed69d1e

Please sign in to comment.