summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index a87f0d5..c9ae1ed 100644
--- a/bashrc
+++ b/bashrc
@@ -260,3 +260,9 @@ append_to_masterlist() {
export PATH=~/bin/:$PATH
export PATH=~/.local/bin/:$PATH
export PATH=$PATH:/usr/local/go/bin
+
+PATH="/home/lemon/perl5/bin${PATH:+:${PATH}}"; export PATH;
+PERL5LIB="/home/lemon/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
+PERL_LOCAL_LIB_ROOT="/home/lemon/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
+PERL_MB_OPT="--install_base \"/home/lemon/perl5\""; export PERL_MB_OPT;
+PERL_MM_OPT="INSTALL_BASE=/home/lemon/perl5"; export PERL_MM_OPT;