From 2190a26a4ae56cc6bd3a9265de7f1547693c8e2c Mon Sep 17 00:00:00 2001 From: finga Date: Mon, 7 Nov 2016 14:29:31 +0100 Subject: [PATCH] add perl stuff --- .zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zshrc b/.zshrc index 4d3c8ee..603450e 100644 --- a/.zshrc +++ b/.zshrc @@ -45,3 +45,10 @@ alias ../..='cd ../..' alias ../../..='cd ../../..' . ~/.profile + +# perl stuff +PATH="/home/fnedoluha/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/home/fnedoluha/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/home/fnedoluha/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/home/fnedoluha/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/home/fnedoluha/perl5"; export PERL_MM_OPT;