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

Re: null commands...



Zefram (zefram@xxxxxxxxxxxxxxxxx) wrote:
> >But it would be a good idea to set READNULLCMD to value of $PAGER by
> >default, wouldn't it?
> Do you set $PAGER before invoking zsh?  I don't.

Sorry, this one is obviously wrong.  READNULLCMD should be unset (or
empty) by default.  Then, if READNULLCMD is empty, zsh should use
${PAGER:-more} for < file shorthands.  If not, it should use whatever
is found in READNULLCMD.  How does that sound?

-- 
Hrvoje Niksic <hniksic@xxxxxxx> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Contrary to popular belief, Unix is user friendly.  
It just happens to be selective about who it makes friends with.



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