From d1e8f727620479a98ad568e8e3dc98e84bef45b2 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 18 Feb 2024 17:36:51 +0400 Subject: version 0.2 --- src/etc/profile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/etc/profile (limited to 'src/etc/profile') diff --git a/src/etc/profile b/src/etc/profile new file mode 100644 index 0000000..93b503d --- /dev/null +++ b/src/etc/profile @@ -0,0 +1,10 @@ +# If the /etc/profile.d directory is not sourced automatically +# append this code to /etc/profile + +# Load profiles from /etc/profile.d +if test -d /etc/profile.d/; then + for profile in /etc/profile.d/*.sh; do + test -r "$profile" && . "$profile" + done + unset profile +fi -- cgit v1.2.3