diff options
author | Nici <NiciTheNici@protonmail.com> | 2022-02-13 19:14:34 +0100 |
---|---|---|
committer | Nici <NiciTheNici@protonmail.com> | 2022-02-13 19:14:34 +0100 |
commit | 49bb550cb2fbef22e2b10782d6aa2afe0dc61943 (patch) | |
tree | ea873830b97149fc6444eb32fc7162d9e665c6dc | |
parent | 93ace2a4b6e9788adecd690020dc57e576c608cd (diff) | |
download | ranger-49bb550cb2fbef22e2b10782d6aa2afe0dc61943.tar.gz |
fix indent
-rwxr-xr-x | ranger/data/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 9c27bc91..2d1321c2 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -49,7 +49,7 @@ OPENSCAD_COLORSCHEME="${RNGR_OPENSCAD_COLORSCHEME:-Tomorrow Night}" handle_extension() { case "${FILE_EXTENSION_LOWER}" in - ## Archive + ## Archive a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|\ rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip) atool --list -- "${FILE_PATH}" && exit 5 |