mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
joshuto: Use lsar to show rar contents
This commit is contained in:
parent
24bec3bc32
commit
b5924e5b48
@ -487,7 +487,7 @@
|
||||
exit 1;;
|
||||
|
||||
rar)
|
||||
unrar lt -p- -- "''${FILE_PATH}" && exit 0
|
||||
lsar "''${FILE_PATH}" && exit 0
|
||||
exit 1;;
|
||||
7z)
|
||||
7z l -p -- "''${FILE_PATH}" && exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user