summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 4451d4d..f1b3eb4 100644
--- a/home.nix
+++ b/home.nix
@@ -38,7 +38,7 @@ in {
sessionVariables =
vars
// {
- LESS = "-R";
+ LESS = "-R -F";
EDITOR = "vim";
};