diff options
author | hut <hut@lavabit.com> | 2012-04-02 22:10:36 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-04-02 22:10:36 +0200 |
commit | 348bb117dce81ad5eb2276de65afe3d8bbe229f8 (patch) | |
tree | 63876a505bf09c3f0be377cf3bd6acbc8a88c83a | |
parent | 0d60aaaa981c32f86270dd5a0049e9ef8a94ec66 (diff) | |
download | ranger-348bb117dce81ad5eb2276de65afe3d8bbe229f8.tar.gz |
defaults/rifle.conf: fix programs not supporting "--" argument
-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 |