summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/defaults/rifle.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/rifle.conf b/ranger/defaults/rifle.conf
index a1fe6a62..cd3f8685 100644
--- a/ranger/defaults/rifle.conf
+++ b/ranger/defaults/rifle.conf
@@ -157,7 +157,7 @@ ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz,  has aunpack = aunpack -- "$
 ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has aunpack = aunpack -- "$@"
 
 # Fallback:
-ext tar|gz, has tar = tar vvtf "$@"
+ext tar|gz, has tar = tar vvtf "$@" | "$PAGER"
 ext tar|gz, has tar = tar vvxf "$@"
 
 #-------------------------------------------
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134