From 4c502abc095219c2fcd454c7fa90d05278cbcd94 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 13 Sep 2019 15:02:55 +0300 Subject: perl cpan variables --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 2c1ceaa..88a059a 100644 --- a/.zshrc +++ b/.zshrc @@ -153,3 +153,9 @@ alias tp='trash-put' [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json" + +PATH="/home/yigit/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; -- cgit v1.2.3-70-g09d2