From: Oleg Broytman Date: Tue, 5 Aug 2014 20:45:34 +0000 (+0400) Subject: Remove unused and undefined entries X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=982948e0cda4ae2879d15ffe184a6a83073ce1ed;hp=2dd4a964704fcf93614826857b7bcf17d40dc10f;p=dotfiles.git Remove unused and undefined entries --- diff --git a/lib/config/less/dark_bg b/lib/config/less/dark_bg index a547352..f4e6bd6 100644 --- a/lib/config/less/dark_bg +++ b/lib/config/less/dark_bg @@ -1,8 +1,4 @@ # See https://unix.stackexchange.com/q/108699 and man terminfo -export LESS_TERMCAP_ZN="`tput ssubm`" # Enter subscript mode -export LESS_TERMCAP_ZO="`tput ssupm`" # Enter superscript mode -export LESS_TERMCAP_ZV="`tput rsubm`" # End subscript mode -export LESS_TERMCAP_ZW="`tput rsupm`" # End superscript mode export LESS_TERMCAP_mb="`tput bold; tput setaf 2`" # begin blinking - bold green export LESS_TERMCAP_md="`tput bold; tput setaf 6`" # begin bold - cyan export LESS_TERMCAP_me="`tput sgr0`" # end mode diff --git a/lib/config/less/light_bg b/lib/config/less/light_bg index 03df111..6c1e09c 100644 --- a/lib/config/less/light_bg +++ b/lib/config/less/light_bg @@ -1,8 +1,4 @@ # See https://unix.stackexchange.com/q/108699 and man terminfo -export LESS_TERMCAP_ZN="`tput ssubm`" # Enter subscript mode -export LESS_TERMCAP_ZO="`tput ssupm`" # Enter superscript mode -export LESS_TERMCAP_ZV="`tput rsubm`" # End subscript mode -export LESS_TERMCAP_ZW="`tput rsupm`" # End superscript mode export LESS_TERMCAP_mb="`tput bold; tput setaf 5`" # begin blinking - bold magenta export LESS_TERMCAP_md="`tput bold; tput setaf 4`" # begin bold - blue export LESS_TERMCAP_me="`tput sgr0`" # end mode