diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-09-15 14:01:27 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-09-15 14:01:27 +0700 |
commit | 3030db8ff09ab6da0f1f941518ef5c071053c5f8 (patch) | |
tree | ea946ecc72079826f9bb86912babc18c0be1c768 /fedora/.bashrc | |
parent | 434ebf0d707b4ea08455da42f14c742bf8081dc4 (diff) | |
download | dotfiles-3030db8ff09ab6da0f1f941518ef5c071053c5f8.tar.gz |
Update 2019-09-15
Diffstat (limited to 'fedora/.bashrc')
-rw-r--r-- | fedora/.bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fedora/.bashrc b/fedora/.bashrc index bf6ad6c..23e034a 100644 --- a/fedora/.bashrc +++ b/fedora/.bashrc @@ -15,3 +15,9 @@ alias g++='g++ -Wall -Werror -O2 -lm' alias fpc='fpc -O1 -XS -gl' alias raku='rlwrap perl6' alias backup='rsync -avh --delete /home/ /data/Home/' + +PATH="/home/436e58/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/home/436e58/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/home/436e58/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/home/436e58/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/home/436e58/perl5"; export PERL_MM_OPT; |