/etc/profile.d
NameSizeModeActions
bash_timestamps.sh690644editdlrm
colorls.csh11500644editdlrm
colorls.sh11720644editdlrm
cpanel-php-composer.sh5480755editdlrm
cpanel-user-commands.sh3580644editdlrm
cvs.csh920644editdlrm
cvs.sh780644editdlrm
glib2.csh1920644editdlrm
glib2.sh1920644editdlrm
lang.csh17450644editdlrm
lang.sh27060644editdlrm
less.csh1230644editdlrm
less.sh1210644editdlrm
locallib.csh2400755editdlrm
locallib.sh2330755editdlrm
vim.csh1050644editdlrm
vim.sh2690644editdlrm
which2.sh1690644editdlrm
Edit: /etc/profile.d/cpanel-user-commands.sh (358B)
#cPanel Added User Commands -- BEGIN # Insert an entry into the PATH after all of the user's home directory paths. PATH="$(/usr/local/cpanel/3rdparty/bin/perl -e 'print join ":", map { ( ( !/^\Q$ENV{HOME}\E/ && !$seen++ ? @ARGV : () ), $_ ) } split /:/, $ENV{PATH};' /usr/local/cpanel/3rdparty/lib/path-bin)" export PATH #cPanel Added User Commands -- END