Use less(1) options to negate the need for a useless and lame shell func.
authorSteve Youngs <steve@steveyoungs.com>
Wed, 4 May 2016 01:33:27 +0000 (11:33 +1000)
committerSteve Youngs <steve@steveyoungs.com>
Wed, 4 May 2016 01:33:27 +0000 (11:33 +1000)
commit15d2fb8ea4867df5297f00ec6d1c96198b0ad0a8
tree2cda97d1807e37f15e1ca4d2d880cc7e21add992
parent2d0cc1e9acde47a5e1f45074a09713989d42f813
Use less(1) options to negate the need for a useless and lame shell func.

* etc/pkgusr/bash_profile (LESS): Add 'F' and 'X' which will allow
getting rid of that silly less-or-cat() shell function.

* etc/pkgusr/handy_funcs (less-or-cat): Removed.
Update all functions/aliases to use less instead of less-or-cat.
(showinst,showgen,instg): Pipe output through less.

Signed-off-by: Steve Youngs <steve@steveyoungs.com>
etc/pkgusr/bash_profile
etc/pkgusr/handy_funcs