diff --git a/dotfiles/shrc b/dotfiles/shrc index 1ed6bd1..4deda1d 100644 --- a/dotfiles/shrc +++ b/dotfiles/shrc @@ -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