Add support for PHIVE with XDG (by default it uses ~/.phive :c )
This commit is contained in:
parent
bb7529ec30
commit
df87551b1e
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ export PERL_MB_OPT="--install_base '$XDG_DATA_HOME/perl5'";
|
||||||
export PERL_MM_OPT="INSTALL_BASE=$XDG_DATA_HOME/perl5";
|
export PERL_MM_OPT="INSTALL_BASE=$XDG_DATA_HOME/perl5";
|
||||||
|
|
||||||
# php
|
# php
|
||||||
|
export PHIVE_HOME=$XDG_DATA_HOME/phive
|
||||||
# I have no idea why Composer decided that the right place to install global
|
# 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
|
# packages is $XDG_CONFIG_HOME. It *clearly* should be $XDG_DATA_HOME. But
|
||||||
# there you go, I guess.
|
# there you go, I guess.
|
||||||
|
|
Loading…
Reference in a new issue