diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 18:47:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 18:47:45 +0000 |
commit | 0d031e5481ba650fc46ddaaa39c19d0c8dfad2b2 (patch) | |
tree | 1176b3d0598321ce4023737951fc669c24ef5ec7 /etc/env.d/00basic | |
parent | 4a23e42be85333dccc39cca6555b96a065ff3855 (diff) |
Punt PAGER and EDITOR. People need to set this themselves now.
Diffstat (limited to 'etc/env.d/00basic')
-rw-r--r-- | etc/env.d/00basic | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/env.d/00basic b/etc/env.d/00basic index d19d5401..65f3b01e 100644 --- a/etc/env.d/00basic +++ b/etc/env.d/00basic @@ -6,5 +6,3 @@ LDPATH="/usr/local/lib" MANPATH="/usr/local/share/man:/usr/share/man" INFOPATH="/usr/share/info" CVS_RSH="ssh" -PAGER="/usr/bin/less" -LESSOPEN="|lesspipe.sh %s" |