Translate

Wednesday, June 12, 2013

Tips and Tricks for Debian - Colored Manpages

.: Colored Manpages :. 

If you want your manpages to appear colored you won't miss this post!
Oh, by the way, they look a lot more comfortable to read! =)

Let's get straight to the point!
  1. apt-get install most
  2. echo MANPAGER="\"$(which most) -s\"" >> /etc/environment
And, for the current session: 
  1. export MANPAGER="$(which most) -s"

No comments:

Post a Comment