profile: Use `source`, not period, for clarity

This commit is contained in:
Alex Palaistras 2024-01-21 16:07:10 +00:00
parent 63736e1c3a
commit 0429451d70
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Set system-wide environment from systemd environment.
for conf in "$HOME"/.config/environment.d/*.conf; do set -a; . "$conf"; set +a; done
for conf in "$HOME"/.config/environment.d/*.conf; do set -a; source "$conf"; set +a; done
# Import specific environment variables for user units.
systemctl --user import-environment PATH