dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

colored-man-pages.zsh (467B)


      1 # COLOURED MAN PAGES
      2 # source: https://github.com/imkira/dotfiles/blob/master/.zsh/colored-man-pages.zsh
      3 export LESS_TERMCAP_mb=$'\E[0;31m'
      4 #export LESS_TERMCAP_md=$'\E[01;38;5;74m'
      5 export LESS_TERMCAP_md=$'\E[0;33m'
      6 export LESS_TERMCAP_me=$'\E[0m'
      7 export LESS_TERMCAP_se=$'\E[0m'
      8 #export LESS_TERMCAP_so=$'\E[38;33;246m'
      9 export LESS_TERMCAP_so=$'\E[1;35m'
     10 export LESS_TERMCAP_ue=$'\E[0m'
     11 #export LESS_TERMCAP_us=$'\E[04;38;5;146m'
     12 export LESS_TERMCAP_us=$'\E[1;32m'