aboutsummaryrefslogtreecommitdiff
path: root/less/profile.d/less.sh
blob: 91367cc32d85f338ef014752684d7655b80066f1 (plain) (blame)
1
2
3
4
5
# Prompt less(1) to actually look for its config file in the paths the manual
# says it will, as v590 on Debian v12.7 doesn't.
#
LESSKEYIN=${XDG_CONFIG_HOME:-$HOME/.config}/lesskey
export LESSKEYIN