From 43f84a6b5fea74718b0b3faf51c7301221d230a3 Mon Sep 17 00:00:00 2001 From: KronikPillow Date: Sun, 5 Jan 2020 19:36:31 +0100 Subject: [PATCH] use atool to extract archives instead of non-existing extract script --- .config/ranger/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 801f7051..89b4b8c2 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -457,7 +457,7 @@ map cW bulkrename %s map mkd console mkdir%space map sc console shell ln -sT%space map D console delete -map X shell extract %f +map X shell atool -x %f map Z shell tar -cvzf %f.tar.gz %s map fzf_select map fzf_locate