By default `less` remembers commands issued by the user.
--- /dev/null
+# Copyright (c) 2022 Jakub Czajka <jakub@ekhem.eu.org>
+# License: GPL-3.0 or later.
+#
+# 20-less.sh - configuration for less(1).
+
+export LESSHISTFILE="-"
(bash-profile "bash/.bash_profile")
(bashrc "bash/.bashrc")))
(service home-symlink-service-type
- (list "bash/.config/profile.d/10-xdg.sh"))
+ (list "bash/.config/profile.d/10-xdg.sh"
+ "bash/.config/profile.d/20-less.sh"))
(service home-program-service-type
(home-program-configuration
(packages (list git))