diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index a3998a7..dba2ab0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -33,7 +33,7 @@ export PF_INFO="ascii title os kernel uptime pkgs memory" export VIMINIT='let $MYVIMRC = !has("nvim") ? "$XDG_CONFIG_HOME/vim/vimrc" : "$XDG_CONFIG_HOME/nvim/init.lua" | so $MYVIMRC' export LESS_TERMCAP_mb=$'\E[1;31m' -export LESS_TERMCAP_md=$'\E[1;31m' +export LESS_TERMCAP_md=$'\E[1;36m' export LESS_TERMCAP_me=$'\E[0m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_se=$'\E[0m' |