diff --git a/config/zsh/login/langs b/config/zsh/login/langs index fc314ea..5e3e66c 100644 --- a/config/zsh/login/langs +++ b/config/zsh/login/langs @@ -35,6 +35,7 @@ export PERL_MB_OPT="--install_base '$XDG_DATA_HOME/perl5'"; export PERL_MM_OPT="INSTALL_BASE=$XDG_DATA_HOME/perl5"; # php +export PHIVE_HOME=$XDG_DATA_HOME/phive # 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.