]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: fix lists of extensions for un-tarring
authorOleg Broytman <phd@phdru.name>
Mon, 11 Jul 2016 21:49:07 +0000 (00:49 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 11 Jul 2016 21:49:07 +0000 (00:49 +0300)
.mc/menu

index 04a82d0cabbb3682dc7014c14be82684f78695ab..e2a38699379d82b99889b87dcabf2346ba797172 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -358,7 +358,7 @@ N  Create a directory for the other archive
    esac
    exec mkdir "$D"
 
-+ f \.(tar\.(z|Z|bz2|gz|lz|lzma|7z))|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz)$ & t r
++ f \.(tar\.(z|Z|bz2|gz|lz|lzma|7z|xz))|(tbz2|tgz|tz)$ & t r
 x  Extract the contents of a compressed tar file
    unset PRG
    case %f in
@@ -386,7 +386,7 @@ x  Extract the contents of a compressed tar file
    esac
    $PRG %f | tar xvpf -
 
-+ F \.(tar\.(z|Z|bz2|gz|lz|lzma|7z))|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz)$ & T r
++ F \.(tar\.(z|Z|bz2|gz|lz|lzma|7z|xz))|(tbz2|tgz|tz)$ & T r
 X  Extract the contents of an other compressed tar file
    unset PRG
    case %F in