From 56560fd597f94dfe6fe5fa79648398ab29d05775 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 14 Jul 2014 13:23:05 -0400 Subject: updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles: --- zsh/.zsh/colored-man-pages.zsh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zsh/.zsh/colored-man-pages.zsh (limited to 'zsh/.zsh/colored-man-pages.zsh') diff --git a/zsh/.zsh/colored-man-pages.zsh b/zsh/.zsh/colored-man-pages.zsh new file mode 100644 index 0000000..6854d97 --- /dev/null +++ b/zsh/.zsh/colored-man-pages.zsh @@ -0,0 +1,8 @@ +#█▓▒░ source: https://github.com/imkira/dotfiles/blob/master/.zsh/colored-man-pages.zsh +export LESS_TERMCAP_mb=$'\E[01;31m' +export LESS_TERMCAP_md=$'\E[01;38;5;74m' +export LESS_TERMCAP_me=$'\E[0m' +export LESS_TERMCAP_se=$'\E[0m' +export LESS_TERMCAP_so=$'\E[38;33;246m' +export LESS_TERMCAP_ue=$'\E[0m' +export LESS_TERMCAP_us=$'\E[04;38;5;146m' -- cgit v1.2.1