aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile
index ce443ce..3f24b42 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -13,6 +13,9 @@ export BROWSER="xdg-open"
export PATH="$PATH:$HOME/.local/bin"
+# Adopt the behavior of the system wide configuration for application specific settings
+#
+# See: https://wiki.archlinux.org/title/Command-line_shell#/etc/profile
for script in "$XDG_CONFIG_HOME"/profile.d/*.sh; do
if [ -r "$script" ]; then
# shellcheck disable=1090