ZSH Config: set themeing

This commit is contained in:
Aroy-Art 2025-01-11 21:36:52 +01:00
parent 7d28e99e3e
commit c1c4b83e62
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -23,6 +23,25 @@ zstyle ':completion:*' cache-path ~/.zsh/cache
####################################################################################################################################################
####################################################################################################################################################
# Theming section
####################################################################################################################################################
autoload -U compinit colors zcalc
compinit -d
colors
# Color man pages
export LESS_TERMCAP_mb=$'\E[01;32m'
export LESS_TERMCAP_md=$'\E[01;32m'
export LESS_TERMCAP_me=$'\E[0m'
export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_so=$'\E[01;47;34m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;36m'
export LESS=-R
####################################################################################################################################################
####################################################################################################################################################
# Startup print section
####################################################################################################################################################