diff options
-rw-r--r-- | ranger/defaults/rifle.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ranger/defaults/rifle.conf b/ranger/defaults/rifle.conf index 5d1e90eb..0783148d 100644 --- a/ranger/defaults/rifle.conf +++ b/ranger/defaults/rifle.conf @@ -60,10 +60,10 @@ ext x?html?, has iceweasel, X, flag f = iceweasel -- "$@" 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 "$@" -ext x?html?, has links2, terminal = links2 -- "$@" -ext x?html?, has links, terminal = links -- "$@" +ext x?html?, has links2, terminal = links2 "$@" +ext x?html?, has links, terminal = links "$@" ext x?html?, has lynx, terminal = lynx -- "$@" -ext x?html?, has w3m, terminal = w3m -- "$@" +ext x?html?, has w3m, terminal = w3m "$@" #------------------------------------------- # Misc |