diff --git a/src/.bash_profile b/src/.bash_profile index 4d0ccce..8c143e9 100755 --- a/src/.bash_profile +++ b/src/.bash_profile @@ -48,8 +48,8 @@ if hash less >/dev/null 2>&1; then else # Add man page colors # Sourced from: https://unix.stackexchange.com/a/329092/136537 - export LESS_TERMCAP_mb=$'\e[1;31m' # begin bold - export LESS_TERMCAP_md=$'\e[1;33m' # begin blink + export LESS_TERMCAP_mb=$'\e[1;31m' # begin blink + export LESS_TERMCAP_md=$'\e[1;33m' # begin bold export LESS_TERMCAP_so=$'\e[01;44;37m' # begin reverse video export LESS_TERMCAP_us=$'\e[01;37m' # begin underline export LESS_TERMCAP_me=$'\e[0m' # reset bold/blink