From 8a384ea1c4e9c00a0e02a6fdf995529421f5ba82 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Mon, 4 Nov 2013 19:22:03 -0800 Subject: [PATCH] Added addddsetting to color man keywords Set PERL5LIB to /opt/clearscm/lib Changed to use \ls so as not to use my colorized ls. --- rc/bash_login | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.17.1