1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/software/linux/_posts/2009-07-17-colourful-manpages.md
2015-03-20 01:12:12 +01:00

487 B

title layout created updated toc tags
Colourful manpages default 2009-02-02 16:39:21 +0100 2009-07-17 23:01:40 +0200 false
know-how
software
linux
software
manpages
colours
  1. Install the most pageviewer: (or click here: most)

     sudo aptitude install most
    
  2. Reconfigure the system to use most instead of less for paging:

     sudo update-alternatives --config pager
    

After that, manpages will appear more colourful.