From 2decd39d9f1ecfefde60879cbc0d785b72c7def7 Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 25 Nov 2014 19:38:51 -0800 Subject: [PATCH] Added lessfile --- rc/bash_login | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc/bash_login b/rc/bash_login index 306e82f..1084f41 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -264,6 +264,9 @@ if [ -d /opt/clearscm/lib ]; then export PERL5LIB="$PERL5LIB:/opt/clearscm/lib" fi +# Lessfile +eval $(lessfile) + # 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