From: Andrew DeFaria Date: Tue, 5 Nov 2013 03:22:03 +0000 (-0800) Subject: Added addddsetting to color man keywords X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=8a384ea1c4e9c00a0e02a6fdf995529421f5ba82;hp=81cbd130706633b1c19ff59371c2ef61d80c562b;p=clearscm.git Added addddsetting to color man keywords Set PERL5LIB to /opt/clearscm/lib Changed to use \ls so as not to use my colorized ls. --- 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