Added local configuration configurations

This commit is contained in:
Eric Renfro 2018-12-24 21:39:01 -05:00
parent 67c31afba9
commit 4d6fc72a33
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Environment Files
lessh.zsh : Less Color Customizations
# Functions

View File

@ -0,0 +1,11 @@
export LESS_TERMCAP_mb=$'\e[1;31m' # enter blinking mode
export LESS_TERMCAP_md=$'\e[1;34;74m' # double-bright mode
export LESS_TERMCAP_me=$'\e[0m' # turn off all appearance mode
#export LESS_TERMCAP_so=$'\e[30;42m' # enter standout mode
export LESS_TERMCAP_so=$'\e[38;246m' # begin standout-mode - info box
export LESS_TERMCAP_se=$'\e[0m' # end standout mode
export LESS_TERMCAP_us=$'\e[4;32;146m' # begin underline
export LESS_TERMCAP_ue=$'\e[0m' # end underline