Update the path to Composer's binary directory, since it went pseudo-XDG

This commit is contained in:
Danielle McLean 2016-11-25 10:26:00 +11:00
parent 207afb3f62
commit 25f73ced74
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -26,7 +26,10 @@ export PERL5LIB="$HOME/perl5/lib/perl5:$HOME/.perllibs:$PERL5LIB";
newbins+=(~/perl5/bin)
# php
newbins+=(~/.composer/vendor/bin)
# I have no idea why Composer decided that the right place to install global
# packages is $XDG_CONFIG_HOME. It *clearly* should be $XDG_DATA_HOME. But
# there you go, I guess.
newbins+=($XDG_CONFIG_HOME/composer/vendor/bin)
# python
export -UT PYTHONPATH pythonpath