X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fbash_login;h=1650c31d6c39a4668060b675115dbc601242c9d7;hb=8a384ea1c4e9c00a0e02a6fdf995529421f5ba82;hp=f39ebb3e2a97a26853d7f36646a4bb65c4f0276c;hpb=81cbd130706633b1c19ff59371c2ef61d80c562b;p=clearscm.git diff --git a/rc/bash_login b/rc/bash_login index f39ebb3..1650c31 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -223,6 +223,11 @@ fi # Color man pages with yellow keywords export LESS_TERMCAP_md=$'\e[1;33m' +# If /opt/clearscm/lib is around then set PERL5LIB +if [ -d /opt/clearscm/lib ]; then + export PERL5LIB="$PERL5LIB:/opt/clearscm/lib" +fi + # Client specific customizations for script in $(\ls ~/.rc/client_scripts); do # This is not working as long as ACLs are not supported from the remote