aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/20-less.sh
AgeCommit message (Collapse)Author
2024-02-01fix(sh): remove LESSOPEN env varToby Vincent
Provided lesspipe is installed, at least on Arch, LESSOPEN is already setup by `/env/profile.d/lesspipe.sh`, which is then sourced by `~/.profile`, which is actually more portable. So no need to set it up unconditionally here.
2023-11-01fix: fix LESS envvar and remove from bat configToby Vincent
2023-02-10feat: split `.profile` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/.profile` up into `$XDG_CONFIG_HOME/profile.d` directory. This allows for better management and prioritization between different tool's env.