about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2019-10-15 03:18:22 +0200
committerGitHub <noreply@github.com>2019-10-15 03:18:22 +0200
commit50a82e08e41bb336b0f3388cda5c75ad79d9c99c (patch)
treee9d56b92e9ac4de802c39befd6c5c5bb1c179cd2
parentf1e36c0798e6864cebff5b2fe784b7fbd74387d1 (diff)
parent6258d98473d508e98508265c194600819fcc4f2f (diff)
downloadranger-50a82e08e41bb336b0f3388cda5c75ad79d9c99c.tar.gz
Merge pull request #1724 from toonn/rifle-browsers
Reorder default rifle rules for popular browsers
-rw-r--r--ranger/config/rifle.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf
index c269cfc4..8c48760e 100644
--- a/ranger/config/rifle.conf
+++ b/ranger/config/rifle.conf
@@ -66,13 +66,13 @@ ext x?html?, has uzbl-tabbed,      X, flag f = uzbl-tabbed -- "$@"
 ext x?html?, has uzbl-browser,     X, flag f = uzbl-browser -- "$@"
 ext x?html?, has uzbl-core,        X, flag f = uzbl-core -- "$@"
 ext x?html?, has midori,           X, flag f = midori -- "$@"
-ext x?html?, has chromium-browser, X, flag f = chromium-browser -- "$@"
-ext x?html?, has chromium,         X, flag f = chromium -- "$@"
-ext x?html?, has google-chrome,    X, flag f = google-chrome -- "$@"
 ext x?html?, has opera,            X, flag f = opera -- "$@"
 ext x?html?, has firefox,          X, flag f = firefox -- "$@"
 ext x?html?, has seamonkey,        X, flag f = seamonkey -- "$@"
 ext x?html?, has iceweasel,        X, flag f = iceweasel -- "$@"
+ext x?html?, has chromium-browser, X, flag f = chromium-browser -- "$@"
+ext x?html?, has chromium,         X, flag f = chromium -- "$@"
+ext x?html?, has google-chrome,    X, flag f = google-chrome -- "$@"
 ext x?html?, has epiphany,         X, flag f = epiphany -- "$@"
 ext x?html?, has konqueror,        X, flag f = konqueror -- "$@"
 ext x?html?, has elinks,            terminal = elinks "$@"