diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index 2694a56..4068751 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -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 ####################################################################################################################################################