]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: another fix for unrar
authorOleg Broytman <phd@phdru.name>
Thu, 10 Dec 2015 21:10:08 +0000 (00:10 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 10 Dec 2015 21:10:08 +0000 (00:10 +0300)
.mc/menu

index 8210788f1a717e590eb88469eb47c5028743a8bc..9c01575915fd533ff42670ac2b6227930c9721ea 100644 (file)
--- 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