diff options
author | hut <hut@lavabit.com> | 2013-03-01 13:53:41 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-03-01 13:53:41 +0100 |
commit | f68a39586fad802ebb0d9aa5baaa6f5c2e3f0469 (patch) | |
tree | 8b85a08ee6bb8bf26260e672e773d4e530d9809d | |
parent | eb7b0a7bc3ebea16216d86b2caa175ae6c56f3bf (diff) | |
download | ranger-f68a39586fad802ebb0d9aa5baaa6f5c2e3f0469.tar.gz |
config/rifle.conf: fix pager label
-rw-r--r-- | ranger/config/rifle.conf | 2 |
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" |