summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-03-01 13:53:41 +0100
committerhut <hut@lavabit.com>2013-03-01 13:53:41 +0100
commitf68a39586fad802ebb0d9aa5baaa6f5c2e3f0469 (patch)
tree8b85a08ee6bb8bf26260e672e773d4e530d9809d
parenteb7b0a7bc3ebea16216d86b2caa175ae6c56f3bf (diff)
downloadranger-f68a39586fad802ebb0d9aa5baaa6f5c2e3f0469.tar.gz
config/rifle.conf: fix pager label
-rw-r--r--ranger/config/rifle.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf
index cc369cda..9e29062a 100644
--- a/ranger/config/rifle.conf
+++ b/ranger/config/rifle.conf
@@ -82,7 +82,7 @@ ext x?html?, has w3m,             terminal = w3m "$@"
 mime ^text,  label editor = "$EDITOR" -- "$@"
 mime ^text,  label pager  = "$PAGER" -- "$@"
 !mime ^text, label editor, ext xml|csv|tex|py|pl|rb|sh|php = "$EDITOR" -- "$@"
-!mime ^text, label editor, ext xml|csv|tex|py|pl|rb|sh|php = "$PAGER" -- "$@"
+!mime ^text, label pager,  ext xml|csv|tex|py|pl|rb|sh|php = "$PAGER" -- "$@"
 
 ext 1                         = man "$1"
 ext s[wmf]c, has zsnes, X     = zsnes "$1"
> 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179