shrc: add local perl5 lib path

This commit is contained in:
Lucas 2020-07-09 21:52:40 +00:00
parent 4028159ae1
commit f12ede4a16
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ if [ -d ~/local/man ]; then
alias man="/usr/bin/man -m ~/local/man"
fi
if [ -d ~/local/libdata/perl5/site_perl ]; then
PERL5LIB=~/local/libdata/perl5/site_perl
export PERL5LIB
fi
PS1=
if command -v git >/dev/null 2>&1 && [ -f ~/code/lucas/env/utils/shgit ]; then
. ~/code/lucas/env/utils/shgit