From 4f244b123369dfddca6c6bf73505dfc6bc0432db Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 22 Feb 2005 11:23:55 +0000 Subject: [PATCH] Override LESSOPEN and LESSCLOSE --- .zprofile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 7d4fd98..57e0626 100644 --- a/.zprofile +++ b/.zprofile @@ -1,5 +1,5 @@ # -# $Id: .zprofile,v 1.12 2004-09-08 13:22:55 hjp Exp $ +# $Id: .zprofile,v 1.13 2005-02-22 11:23:55 hjp Exp $ # # this is sourced for login shells after .zshenv but before .zshrc # @@ -38,3 +38,7 @@ then fi . ~/.zjava + +# Set to non-working default values on SUSE Linux. +# I don't use that anyway, so I just unset these values: +unset LESSOPEN LESSCLOSE