diff options
author | Soispha <soispha@vhack.eu> | 2024-01-13 11:41:48 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-13 11:41:48 +0100 |
commit | 4b17d3044169c1eebb93bd22f490b7f1e19d0766 (patch) | |
tree | f515fbe71b12e6427b393e977ccb0272b8ca9b4d /hm/soispha/conf/less/env.less | |
parent | fix(hm): Move the session variables to their associated service (diff) | |
download | nixos-config-4b17d3044169c1eebb93bd22f490b7f1e19d0766.zip |
feat(hm/conf/less): Configure the full lesskey file
Diffstat (limited to 'hm/soispha/conf/less/env.less')
-rw-r--r-- | hm/soispha/conf/less/env.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hm/soispha/conf/less/env.less b/hm/soispha/conf/less/env.less new file mode 100644 index 00000000..87c5d4ff --- /dev/null +++ b/hm/soispha/conf/less/env.less @@ -0,0 +1,4 @@ +#env +LESSHISTSIZE=10000 +LESS = "-R --use-color --incsearch --modelines=2 --save-marks --wordwrap --status-line"; +# LESSHISTFILE is added in the nix file |