/etc/profile.d
NameSizeModeActions
bash_timestamps.sh690644editdlrm
colorgrep.csh1960644editdlrm
colorgrep.sh2010644editdlrm
colorls.csh17410644editdlrm
colorls.sh16060644editdlrm
colorsysstat.csh690644editdlrm
colorsysstat.sh560644editdlrm
colorxzgrep.csh1620644editdlrm
colorxzgrep.sh1830644editdlrm
colorzgrep.csh2160644editdlrm
colorzgrep.sh2200644editdlrm
cpanel-user-commands.sh5130644editdlrm
csh.local800644editdlrm
debuginfod.csh6740644editdlrm
debuginfod.sh5960644editdlrm
gawk.csh11070644editdlrm
gawk.sh7570644editdlrm
lang.csh24890644editdlrm
lang.sh23120644editdlrm
less.csh5000644editdlrm
less.sh2530644editdlrm
locallib.csh2400755editdlrm
locallib.sh2880755editdlrm
modules.csh1050644editdlrm
modules.sh4480644editdlrm
scl-init.csh2840644editdlrm
scl-init.sh6370644editdlrm
sh.local810644editdlrm
vim.csh1060644editdlrm
vim.sh2480644editdlrm
which2.csh1200644editdlrm
which2.sh6280644editdlrm
Edit: /etc/profile.d/cpanel-user-commands.sh (513B)
#cPanel Added User Commands -- BEGIN # Insert an entry into the PATH after all of the user's home directory paths. if [ -x "/usr/local/cpanel/3rdparty/bin/perl" ]; then NEW_PATH="$(/usr/local/cpanel/3rdparty/bin/perl -e 'print join ":", map { ( ( !/^\Q$ENV{HOME}\E/ && !$seen++ && $_ ne $ARGV[0] ? @ARGV : () ), $_ ) } split /:/, $ENV{PATH};' /usr/local/cpanel/3rdparty/lib/path-bin)" if [ ! -z "$NEW_PATH" ]; then PATH=$NEW_PATH export PATH fi fi #cPanel Added User Commands -- END