From df87551b1ef1f7b291dd4c6f2877acb7c277282b Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 5 Jun 2021 16:03:35 +1000 Subject: [PATCH] Add support for PHIVE with XDG (by default it uses ~/.phive :c ) --- config/zsh/login/langs | 1 + 1 file changed, 1 insertion(+) 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.