# /etc/environment — system-wide environment variables.
# PAM reads this at every login session, graphical sessions included.
# Format: NAME=VALUE per line, no shell expansion, no quoting (the value
# is literal). systemd's /usr/lib/environment.d/99-environment.conf
# symlink resolves to this file, so systemd user sessions read it too.
#
# PATH must list the sbin directories. Administrative tools live in
# /usr/sbin (ip, nft, fdisk, parted, dmesg, …) and are readable and
# runnable by ordinary users; leaving them off the path makes installed
# tools report as "command not found", which is a false statement about
# the system. /sbin and /bin are the merged-/usr compat symlinks.
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
