ZSH Config: set themeing
This commit is contained in:
parent
7d28e99e3e
commit
c1c4b83e62
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
####################################################################################################################################################
|
||||
|
|
Loading…
Reference in a new issue