From 71af8920c6907ac0a02793890cb3bbd2d6c89676 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 1 Nov 2020 15:18:25 +0100 Subject: Cleaner --- .config/fish/config.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 87d0dae..dc8bd14 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -10,10 +10,10 @@ source $HOME/.config/env export LESS_TERMCAP_mb=(printf '\e[1;31m') export LESS_TERMCAP_md=(printf '\e[1;31m') export LESS_TERMCAP_me=(printf '\e[0m') -export LESS_TERMCAP_se=(printf '\e[0m') export LESS_TERMCAP_so=(printf '\e[1;33;40m') -export LESS_TERMCAP_ue=(printf '\e[0m') +export LESS_TERMCAP_se=(printf '\e[0m') export LESS_TERMCAP_us=(printf '\e[0;4;35m') +export LESS_TERMCAP_ue=(printf '\e[0m') source $HOME/.config/fish/alias.fish -- cgit v1.2.3