diff --git a/files.sh b/files.sh index 7ac8622..a57fdb5 100644 --- a/files.sh +++ b/files.sh @@ -23,6 +23,7 @@ install_file gentoo root root 644 '/etc/default/grub' install_file gentoo root root 644 '/etc/env.d/70less' install_file gentoo root root 644 '/etc/env.d/90xsession' install_file gentoo root root 644 '/etc/pam.d/lightdm' +install_file gentoo root root 644 '/etc/profile.d/less.sh' install_file gentoo root portage 644 '/var/lib/portage/world' echo install_dir root root 755 '/etc/portage/env' diff --git a/gentoo/etc/profile.d/less.sh b/gentoo/etc/profile.d/less.sh new file mode 100644 index 0000000..d2b2a8e --- /dev/null +++ b/gentoo/etc/profile.d/less.sh @@ -0,0 +1 @@ +export LESS='-X -F -R -M --shift 5'