diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-07 20:28:20 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-07 20:28:20 +0200 |
commit | 1300dcc0a937de52819c4c0bd03f5bd29b42a871 (patch) | |
tree | a993bd13a0f80f0db595836a4ec3eb3badf71119 | |
parent | 898ffdbd49ff9217e71aa300529d836af3bc5046 (diff) |
less: minor colour change
-rw-r--r-- | .config/zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index a6f0db5..ac03153 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -28,7 +28,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct 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' |