Added addddsetting to color man keywords
authorAndrew DeFaria <adefaria@axcient.com>
Tue, 5 Nov 2013 03:22:03 +0000 (19:22 -0800)
committerAndrew DeFaria <adefaria@axcient.com>
Tue, 5 Nov 2013 03:22:03 +0000 (19:22 -0800)
Set PERL5LIB to /opt/clearscm/lib
Changed to use \ls so as not to use my colorized ls.

rc/bash_login

index f39ebb3..1650c31 100644 (file)
@@ -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