summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2024-05-19 12:35:20 +0200
committerTom Barrett <tom@tombarrett.xyz>2024-05-19 12:35:20 +0200
commitb8af3372d789d93c39e2a571ac25609f426b80b8 (patch)
tree234374acadb107cffde5725da88b90d18fc78979 /home.nix
parent63badd58cf19fe6f4b823fee53a4d6f6c2187e74 (diff)
better less, spaces around ip
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";
};