diff options
| author | KronikPillow <kronikpillow@gmail.com> | 2020-01-05 19:36:31 +0100 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-05 16:43:31 -0500 |
| commit | 6fda790b71b5e7ca88a27c462955eee20a6566db (patch) | |
| tree | 6a196ad4c2e8d35fe4227b3e1cd9f7b959cb10e4 /.config | |
| parent | bf5b003d83f84635e1f1175d963775cb98016de9 (diff) | |
| download | eibhear-6fda790b71b5e7ca88a27c462955eee20a6566db.tar.gz eibhear-6fda790b71b5e7ca88a27c462955eee20a6566db.tar.zst eibhear-6fda790b71b5e7ca88a27c462955eee20a6566db.zip | |
use atool to extract archives instead of non-existing extract script
Diffstat (limited to '.config')
| -rw-r--r-- | .config/ranger/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 801f705..89b4b8c 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 <C-f> fzf_select map <C-l> fzf_locate |
