summaryrefslogtreecommitdiff
path: root/environment.d/path.conf
AgeCommit message (Collapse)Author
2025-09-25environment.d: Add path.confJan Krautmacher
This handles extension of the `PATH` environment variable with systemd's environment.d folder instead of using it in e.g. `~/.profile`. The advantage is that `~/.profile` is not sourced by everything. The purpose of environment.d is to pass the environment to everything the user uses. Notably also window managers which might not source `~/.profile` leading to not showing up programs in `~/.local/bin` in the program menu. See `man 5 environment.d` for details.