DebianConfigs/bash/etc-profile.d scripts
Asif Bacchus a43d110d83 Add 'bash/etc-profile.d scripts/readme.md' 2018-07-22 00:10:18 -06:00
..
colourLS.sh Added profile.d script to colourize LS output 2018-07-21 23:33:39 -06:00
commandAliases.sh Added commandAliases.sh to profile.d to set aliases globally 2018-07-21 23:38:25 -06:00
readme.md Add 'bash/etc-profile.d scripts/readme.md' 2018-07-22 00:10:18 -06:00

readme.md

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.