diff options
Diffstat (limited to '')
-rw-r--r-- | .config/ranger/rifle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index c5ae654..ab9a0e9 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -2,7 +2,7 @@ # web ext x?html?, has librewolf, X, flag f = librewolf -- "$@" -ext x?html?, has firefox, X, flag f = firefox -- "$@" +ext x?html?, has firefox, X, flag f = firefox -- "$@" # editor mime ^text, label editor = ${VISUAL:-$EDITOR} -- "$@" |