From: Simon Ruderich Date: Sat, 6 Aug 2011 12:40:24 +0000 (+0200) Subject: zsh/env: Minor cleanup, order termcap codes. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=785f18e2984da17351be5e5691dcefea469d2437;p=config%2Fdotfiles.git zsh/env: Minor cleanup, order termcap codes. --- diff --git a/zsh/env b/zsh/env index 2eced63..7ebeabb 100644 --- a/zsh/env +++ b/zsh/env @@ -18,7 +18,7 @@ typeset -U path PATH export LESS_TERMCAP_md=$'\e[01;34m' export LESS_TERMCAP_me=$'\e[0m' # Color underlined strings in bold yellow and underlined. -export LESS_TERMCAP_us=$'\e[04;1;33m' +export LESS_TERMCAP_us=$'\e[01;4;33m' export LESS_TERMCAP_ue=$'\e[0m'