From 0429451d706ab1243708b48ea4e04dd656639cb3 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 21 Jan 2024 16:07:10 +0000 Subject: [PATCH] profile: Use `source`, not period, for clarity --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 206f57b..c114a39 100644 --- a/.profile +++ b/.profile @@ -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