add perl stuff
This commit is contained in:
parent
560d272d4d
commit
2190a26a4a
1 changed files with 7 additions and 0 deletions
7
.zshrc
7
.zshrc
|
@ -45,3 +45,10 @@ alias ../..='cd ../..'
|
||||||
alias ../../..='cd ../../..'
|
alias ../../..='cd ../../..'
|
||||||
|
|
||||||
. ~/.profile
|
. ~/.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;
|
||||||
|
|
Loading…
Reference in a new issue