BTS

Message1133

Author z3ttacht
Recipients ft, mika
Date 2008-01-31.07:55:10
Content
One thing I forgot to mention.

IMHO testing for $PAGER as in

  ,----[ /etc/skel/.zshrc ]-
  |   +if check_com -c $PAGER ; then
  `----

which originated from the same test with most, is _not_ necessary,
since $PAGER gets definitely set.

  ,----[ /etc/zsh/zshrc ]-
  | +(( ${+PAGER} )) || export PAGER="less"
  `----

Arguments for keeping it? (o;
History
Date User Action Args
2008-01-31 07:55:11z3ttachtsetrecipients: + mika, ft
2008-01-31 07:55:11z3ttachtlinkissue386 messages
2008-01-31 07:55:11z3ttachtcreate