summaryrefslogtreecommitdiff
path: root/.config/login.d/10_less.sh
blob: 314a8b93326b648716dbb0d00ae9bcd41900c95d (plain)
1
2
3
#!/hint/sh
export LESSHISTFILE="$XDG_CACHE_HOME/less/histfile"
mkdir -p -- "${LESSHISTFILE%/*}"