Added local configuration configurations
This commit is contained in:
parent
67c31afba9
commit
4d6fc72a33
2 changed files with 17 additions and 0 deletions
6
.local/dotfiles/README.md
Normal file
6
.local/dotfiles/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Environment Files
|
||||
|
||||
lessh.zsh : Less Color Customizations
|
||||
|
||||
# Functions
|
||||
|
11
.local/dotfiles/environment/less.zsh
Normal file
11
.local/dotfiles/environment/less.zsh
Normal 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
|
||||
|
Loading…
Reference in a new issue