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

576 B

created layout layout_old redirect_to tags title toc updated
2009-02-02 16:39:21 +0100 redirect default https://blog.mbirth.de/archives/2009/02/02/colourful-manpages.html
know-how
software
linux
software
manpages
colours
Colourful manpages false 2009-07-17 23:01:40 +0200
  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.