From 08696a772f39de584723cef9cfb2e122a81b442b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 27 Feb 2021 17:48:58 -0500 Subject: Move LESS_TERMCAP settings to .shrc They depend on TERM, so they shouldn't run in .profile. --- home/.shrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/.shrc') diff --git a/home/.shrc b/home/.shrc index df980428..d5fcb540 100644 --- a/home/.shrc +++ b/home/.shrc @@ -35,6 +35,9 @@ if [ -n "${SSH_CD:-}" ]; then unset SSH_CD fi +export LESS_TERMCAP_us=$(tput sitm) +export LESS_TERMCAP_ue=$(tput ritm) + hostname=$(hostname -s) rprompt() { local pwd -- cgit 1.4.1