diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-21 16:21:35 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-21 16:21:35 +0700 |
commit | 8aad92d257a67b16c55c79e295236b058b52ae83 (patch) | |
tree | e3eb3e2760b8c7fc74d7c03de2f95d0f0bf31308 /ranger | |
parent | e4c6f551a88f8a8b096e57a8a7f594b660e06f5b (diff) | |
download | dotfiles-8aad92d257a67b16c55c79e295236b058b52ae83.tar.gz |
Update 2020-07-21
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/.config/ranger/rifle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/.config/ranger/rifle.conf b/ranger/.config/ranger/rifle.conf index 5b44769..98adc65 100644 --- a/ranger/.config/ranger/rifle.conf +++ b/ranger/.config/ranger/rifle.conf @@ -66,9 +66,9 @@ 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 firefox, X, flag f = firefox -- "$@" ext x?html?, has chromium, X, flag f = chromium -- "$@" 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 epiphany, X, flag f = epiphany -- "$@" |