summaryrefslogtreecommitdiffstats
path: root/composer.csh
diff options
context:
space:
mode:
Diffstat (limited to 'composer.csh')
-rw-r--r--composer.csh9
1 files changed, 9 insertions, 0 deletions
diff --git a/composer.csh b/composer.csh
new file mode 100644
index 0000000..b57b1d0
--- /dev/null
+++ b/composer.csh
@@ -0,0 +1,9 @@
+# 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
+