Set default LESS options to -FRSX
This commit is contained in:
parent
094794c640
commit
a8db7bd303
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ public:
|
|||
|
||||
if (have_less) {
|
||||
on(none, "less");
|
||||
setenv("LESS", "--quit-if-one-screen -R", 0);
|
||||
setenv("LESS", "-FRSX", 0); // don't overwrite
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue