diff --git a/etc/bashrc.sh b/etc/bashrc.sh index 0a4195a56d1..201ff4c6d01 100644 --- a/etc/bashrc.sh +++ b/etc/bashrc.sh @@ -46,6 +46,7 @@ for i in $NIX_PROFILES; do # !!! reverse then export ACLOCAL_PATH="$i/share/aclocal:$ACLOCAL_PATH" fi + export PERL5LIB="$i/lib/site_perl:$PERL5LIB" done