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

26 lines
576 B
Markdown
Raw Normal View History

2015-03-20 00:12:12 +00:00
---
created: 2009-02-02 16:39:21 +0100
2022-01-23 17:14:59 +00:00
layout: redirect
layout_old: default
redirect_to: https://blog.mbirth.de/archives/2009/02/02/colourful-manpages.html
2015-03-20 00:12:12 +00:00
tags:
2022-01-23 17:14:59 +00:00
- know-how
- software
- linux
- software
- manpages
- colours
title: Colourful manpages
toc: false
updated: 2009-07-17 23:01:40 +0200
2015-03-20 00:12:12 +00:00
---
2022-01-23 17:14:59 +00:00
2015-03-20 00:12:12 +00:00
1. Install the `most` pageviewer: (or click here: [most](apt://most))
sudo aptitude install most
1. Reconfigure the system to use `most` instead of `less` for paging:
sudo update-alternatives --config pager
2022-01-23 17:14:59 +00:00
After that, manpages will appear more colourful.