summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2022-06-11 18:33:47 +0000
committer0scar <qgt268@alumni.ku.dk>2022-06-11 18:33:47 +0000
commit69f0b5600db913d0163470816fbcecd2781d9047 (patch)
tree5fc170995297fedf645cbec927ee56b62d8a10cf /.zprofile
parentcbed1b6198ec370e6c8cd52ae4ff7d5c1326b44c (diff)
Update zsh config
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile7
1 files changed, 7 insertions, 0 deletions
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"