zsh-users
 help / color / mirror / code / Atom feed
From: Jim <linux.tech.guy@gmail.com>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: zsh <zsh-users@zsh.org>
Subject: Re: I can't explain the following
Date: Wed, 27 Apr 2022 12:47:53 -0500	[thread overview]
Message-ID: <CA+rB6GLiYkXNaV535i9Dm=RDbZjQ4ia6af9f9R_mBEXuaL7vpQ@mail.gmail.com> (raw)
In-Reply-To: <CAH+w=7b9Urd0TqON+1qNb6CZpK2-Zj0Ss+h95mNO5QXRzNLSmg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

On Wed, Apr 27, 2022 at 10:59 AM Bart Schaefer <schaefer@brasslantern.com>
wrote:

> You could stop setting LESSOPEN.  I long ago decided the "convenience"
> of having gzip files etc. automatically unpacked was not worth the
> other side-effects.
>

Bye LESSOPEN
If I need to look at "gzip ... etc" files, I can use an alias:

alias lessopen=$'\n(){\n  export LESSOPEN="|lesspipe %s"\n  less $*\n}'

Again, thanks,

Jim

[-- Attachment #2: Type: text/html, Size: 1216 bytes --]

      reply	other threads:[~2022-04-27 17:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 15:49 Jim
2022-04-27  1:22 ` Bart Schaefer
2022-04-27 15:20   ` Jim
2022-04-27 15:59     ` Bart Schaefer
2022-04-27 17:47       ` Jim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+rB6GLiYkXNaV535i9Dm=RDbZjQ4ia6af9f9R_mBEXuaL7vpQ@mail.gmail.com' \
    --to=linux.tech.guy@gmail.com \
    --cc=linuxtechguy@gmail.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).