/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-php-composer.sh (548B)
# This script amends the PATH variable for interactive shells so # that the composer command can be run. ################################################################# ## NOTE: If you want to disable this file, comment out or ## ## delete the 'export' line below. If you simply delete the ## ## file itself, then it will come back the next time that you ## ## update cPanel & WHM. ## ################################################################# export PATH="$PATH:/opt/cpanel/composer/bin"