X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.mc%2Fmenu;h=2f605a55660c503320839dbfe3cbcf2801c73334;hb=e2ab66e9436fe2c38499b07eafe8543b388cecce;hp=b2725a954cece3556287684897b83c7e97ea08cd;hpb=5ea283d06574adbd2c83b3af1e4dd95a559cc9b9;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index b2725a9..2f605a5 100644 --- a/.mc/menu +++ b/.mc/menu @@ -398,7 +398,7 @@ x Extract a compressed file *.7z) P="7zr x";; *.xz) P="xz -d";; *.tar) P="tar xvpf";; - *.zip|*.ZIP) P="uzip";; + *.zip|*.ZIP) P="unzip";; *.rar|*.RAR) P="rar x -y";; esac exec $P %f @@ -413,7 +413,7 @@ X Extract another compressed file *.7z) P="7zr x";; *.xz) P="xz -d";; *.tar) P="tar xvpf";; - *.zip|*.ZIP) P="uzip";; + *.zip|*.ZIP) P="unzip";; *.rar|*.RAR) P="rar x -y";; esac exec $P %D/%F