about summary refs log tree commit diff stats
path: root/examples/rifle_different_file_opener.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rifle_different_file_opener.conf')
-rw-r--r--examples/rifle_different_file_opener.conf4
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 -- "$@"