From: Oleg Broytman Date: Thu, 10 Dec 2015 21:10:08 +0000 (+0300) Subject: .mc/menu: another fix for unrar X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=4ac22d963ee11c27b8f7bf70f4c5feb0673ebeff .mc/menu: another fix for unrar --- diff --git a/.mc/menu b/.mc/menu index 8210788..9c01575 100644 --- a/.mc/menu +++ b/.mc/menu @@ -414,7 +414,7 @@ X Extract another compressed file *.xz) P="xz -d";; *.tar) P="tar xvpf";; *.zip|*.ZIP) P="unzip";; - *.rar|*.RAR) P="rar x -y";; + *.rar|*.RAR) P="unrar x -y";; esac exec $P %D/%F