about summary refs log tree commit diff
path: root/profile/.profile.d/less.sh
blob: 9418348836847f6a8e101d57d5d7e05428b84f5b (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

if command -v less >/dev/null 2>&1; then
	export LESSHISTFILE="/dev/null"
	export LESSHISTSIZE=0
fi

Consider giving Nix/NixOS a try! <3