Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: null commands...



Varadarajan wrote:
:Zsh  allows a shorthand  "< file"  and treats  it as  "more < file". I
:guess it  would  be better if $PAGER   is  used when set  rather  than
:hardcoding it to more. Is there any reason to use more specifically?

This is controlled by the variable: READNULLCMD
The default for this variable is `more'.  Just set it to your favourite
pager in one of your .z* files.
-- 
Geoff Wing [gwing@xxxxxxxxxxxxxxx]   PrimeNet - Internet Consultancy
  Web: http://www.primenet.com.au/   Facsimile: +61-3-9819 3788



Messages sorted by: Reverse Date, Date, Thread, Author