Skip to content

Instantly share code, notes, and snippets.

@nenad
Last active October 13, 2019 10:01
Show Gist options
  • Save nenad/f393e2219040b7aa7170e4d40fb14645 to your computer and use it in GitHub Desktop.
Save nenad/f393e2219040b7aa7170e4d40fb14645 to your computer and use it in GitHub Desktop.
man pages in color!
#!/bin/sh
export LESS_TERMCAP_mb=$'\e[1;32m'
export LESS_TERMCAP_md=$'\e[1;32m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;33m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;4;31m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment