From 9f4a7e3fa1d21995d1023280393a7826250856d3 Mon Sep 17 00:00:00 2001 From: tfheen Date: Mon, 23 Feb 2004 13:16:06 +0000 Subject: [PATCH] Use ~/bin/lesspipe git-svn-id: file:///svn/tfheen/trunk/dotfiles@420 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- environment | 1 + 1 file changed, 1 insertion(+) diff --git a/environment b/environment index 3b770f7..162fa73 100644 --- a/environment +++ b/environment @@ -117,6 +117,7 @@ EDITOR=emacs TZ=CET WWW_HOME=http://localhost/~tfheen/services.html test -x "$HOME/bin/lesspipe.sh" && LESSOPEN="|$HOME/bin/lesspipe.sh '%s'" +test -x "$HOME/bin/lesspipe" && LESSOPEN="|$HOME/bin/lesspipe '%s'" LESS="-m" RSYNC_RSH=ssh CVS_RSH=ssh -- 2.39.5