shrc: add local perl5 lib path
This commit is contained in:
parent
4028159ae1
commit
f12ede4a16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user