From 1300dcc0a937de52819c4c0bd03f5bd29b42a871 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:28:20 +0200 Subject: less: minor colour change --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3-70-g09d2