From 69f0b5600db913d0163470816fbcecd2781d9047 Mon Sep 17 00:00:00 2001 From: 0scar Date: Sat, 11 Jun 2022 20:33:47 +0200 Subject: Update zsh config --- .zprofile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 832fcc8..785ceac 100644 --- a/.zprofile +++ b/.zprofile @@ -39,6 +39,13 @@ export FZF_DEFAULT_OPTS=' --color=info:#323437,prompt:#36c692,pointer:#ae81ff --color=marker:#d183e8,spinner:#e3c78a,header:#ff5189' +# Pager stuffs +export LESS_TERMCAP_md=$'\e[01;38;5;147m' +export LESS_TERMCAP_me=$'\e[0m' +export LESS_TERMCAP_se=$'\e[0m' +export LESS_TERMCAP_so=$'\e[48;5;235;01;38;5;250m' +export LESS_TERMCAP_ue=$'\e[0m' +export LESS_TERMCAP_us=$'\e[38;5;104m' # Vim stuffs export MYVIMRC="${XDG_CONFIG_HOME:-$HOME/.config}/vim/vimrc" -- cgit v1.3