diff zshrc @ 144:6b108f5f26fc

Add unite - everything target
author zegervdv <zegervdv@me.com>
date Tue, 14 Oct 2014 18:30:56 +0200
parents 7a4e97f44baa
children b3fd48f2df2c
line wrap: on
line diff
--- a/zshrc	Mon Oct 13 12:09:48 2014 +0200
+++ b/zshrc	Tue Oct 14 18:30:56 2014 +0200
@@ -174,3 +174,6 @@
   fi
 }
 
+
+PERL_MB_OPT="--install_base \"/Users/zegervdv/perl5\""; export PERL_MB_OPT;
+PERL_MM_OPT="INSTALL_BASE=/Users/zegervdv/perl5"; export PERL_MM_OPT;