diff --git a/bash/etc-profile.d scripts/readme.md b/bash/etc-profile.d scripts/readme.md new file mode 100644 index 0000000..c28805c --- /dev/null +++ b/bash/etc-profile.d scripts/readme.md @@ -0,0 +1,6 @@ +Files to be added to /etc/profile.d + +Files here do not need shebang or to be marked executable UNLESS actually running shell commands. + +These files will be read after /etc/profile by most shells. However, they are not read on logins such as 'su' or 'sudo -u'. +Variables set here are GLOBAL. \ No newline at end of file