]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: use unrar instead of rar
authorOleg Broytman <phd@phdru.name>
Wed, 30 Sep 2015 13:28:22 +0000 (16:28 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 30 Sep 2015 13:28:22 +0000 (16:28 +0300)
.mc/menu

index 835d116082ec56dc2437fa5e9848e3298b990e9a..8210788f1a717e590eb88469eb47c5028743a8bc 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -399,7 +399,7 @@ x  Extract a 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 %f