Skip to content

Commit daaf16e

Browse files
author
Bruno Sutic
committed
Improve default pager call
1 parent 3694d3a commit daaf16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TREE_FOCUS_OPTION="@sidebar-tree-focus"
1212
TREE_COMMAND="tree -C"
1313
TREE_COMMAND_OPTION="@sidebar-tree-command"
1414

15-
TREE_PAGER="LESS=\"\" less --dumb --chop-long-lines --tilde --IGNORE-CASE --RAW-CONTROL-CHARS"
15+
TREE_PAGER="LESS= less --dumb --chop-long-lines --tilde --IGNORE-CASE --RAW-CONTROL-CHARS"
1616
TREE_PAGER_OPTION="@sidebar-tree-pager"
1717

1818
TREE_POSITION="left"

0 commit comments

Comments
 (0)