]> git.phdru.name Git - dotfiles.git/commitdiff
mc.menu: use 7zr
authorOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 18:44:05 +0000 (21:44 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 18:44:05 +0000 (21:44 +0300)
.mc/menu

index 660f475c45ca7dfa3f47eb5cd67062464dd1c00e..b48ec64a04bea459e7a20aaa444f20d98381f4c4 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -265,7 +265,7 @@ z  lzma the file
 
 + ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$
 z  7z the file/directory
-   exec 7z -9 %f
+   exec 7zr a %f
 
 + ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$
 z  xz the file
@@ -330,7 +330,7 @@ x  Extract a compressed file
      *.gz)   P="gzip -d";;
      *.lz)   P="lzip -d";;
      *.lzma) P="lzma -d";;
-     *.7z)   P="7z -d";;
+     *.7z)   P="7zr x";;
      *.xz)   P="xz -d";;
      *.tar)  P="tar xvpf";;
      *.zip|*.ZIP) P="uzip";;
@@ -345,8 +345,8 @@ x  Extract another compressed file
      *.gz)   P="gzip -cd";;
      *.lz)   P="lzip -cd";;
      *.lzma) P="lzma -cd";;
-     *.7z)   P="7z -cd";;
      *.xz)   P="xz -cd";;
+     *.7z)   P="7zr x";;
      *.tar)  P="tar xvpf";;
      *.zip|*.ZIP) P="uzip";;
      *.rar|*.RAR) P="rar x -y";;
@@ -370,7 +370,7 @@ x  Extract the contents of a compressed tar file
          PRG="lzma -dc"
       ;;
       *.tar.7z)
-         PRG="7za e -so"
+         PRG="7zr e -so"
       ;;
       *.tar.xz)
          PRG="xz -dc"
@@ -398,7 +398,7 @@ X  Extract the contents of an other compressed tar file
          PRG="lzma -dc"
       ;;
       *.tar.7z)
-         PRG="7za e -so"
+         PRG="7zr e -so"
       ;;
       *.tar.xz)
          PRG="xz -dc"