blob: 1362a1eb599dd1a4d71f3d2d57457156ade62532 (
plain) (
tree)
|
|
# Replace your rifle.conf with this file to use xdg-open as your file opener.
# This is, of course, adaptable for use with any other file opener.
else = xdg-open "$1"
# You need an "editor" and "pager" in order to use certain functions in ranger:
label editor = "$EDITOR" -- "$@"
label pager = "$PAGER" -- "$@"
|