From f12ede4a162a2d7c98e953a1cd15e657da5b9c39 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 9 Jul 2020 21:52:40 +0000 Subject: [PATCH] shrc: add local perl5 lib path --- dotfiles/shrc | 5 +++++ 1 file changed, 5 insertions(+) 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