diff options
author | Zoran Plesivcak <zplesiv@gmail.com> | 2020-11-08 10:52:27 +0000 |
---|---|---|
committer | Zoran Plesivcak <zplesiv@gmail.com> | 2020-11-08 10:52:27 +0000 |
commit | bd56b2538e7ba8b6edcdb490edd8374176e55bd6 (patch) | |
tree | 9bba66673f10ce5bbc6de96e4b43ae4d27cae1f9 /examples | |
parent | a8105b082f94729669d0509f07c98aa566c0278f (diff) | |
download | ranger-bd56b2538e7ba8b6edcdb490edd8374176e55bd6.tar.gz |
Update the docs to reflect changes to code
Changes to code in: - previous commit (THIS_COMMIT^) - c826091a74e88102ca1795ab9798dd8b8498f653
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rifle_different_file_opener.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rifle_different_file_opener.conf b/examples/rifle_different_file_opener.conf index 695f27c6..b806b820 100644 --- a/examples/rifle_different_file_opener.conf +++ b/examples/rifle_different_file_opener.conf @@ -5,5 +5,5 @@ else = xdg-open "$1" # You need an "editor" and "pager" in order to use certain functions in ranger: -label editor = "$EDITOR" -- "$@" -label pager = "$PAGER" -- "$@" +label editor = $EDITOR -- "$@" +label pager = $PAGER -- "$@" |