Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
179 - 1
# Composer initialization script
2
 
3
# Add path to commands installed using "composer global require ..."
4
if ( ${uid} > 0 ) then
5
  if ( "${path}" !~  *${HOME}/.composer/vendor/bin* ) then
6
   set path = ( $path ${HOME}/.composer/vendor/bin )
7
  endif
8
endif
9