diff options
Diffstat (limited to '')
-rw-r--r-- | home/.shrc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |