Your IP : 216.73.216.40


Current Path : /etc/profile.d/
Upload File :
Current File : //etc/profile.d/composer.csh

# Composer initialization script

# Add path to commands installed using "composer global require ..."
if ( ${euid} > 0 ) then
  if ( "${path}" !~  *${HOME}/.composer/vendor/bin* ) then
   set path = ( $path ${HOME}/.composer/vendor/bin )
  endif
endif