Added termcolors script

This commit is contained in:
2022-01-02 20:22:36 -05:00
parent 5fc94f0cb8
commit 8b6aef9aee
3 changed files with 72 additions and 4 deletions

View File

@@ -44,6 +44,16 @@ zle -N down-line-or-beginning-search
# Colors
autoload -Uz colors && colors
#------------------------------ pager ------------------------------
export LESS_TERMCAP_mb="" # magenta
export LESS_TERMCAP_md="" # yellow
export LESS_TERMCAP_me=""
export LESS_TERMCAP_se=""
export LESS_TERMCAP_so="" # blue
export LESS_TERMCAP_ue=""
export LESS_TERMCAP_so="" # underline
#------------------------------ path ------------------------------
path_append() {
@@ -168,6 +178,7 @@ alias gcm='git commit -m'
alias gp='git push'
alias gs='git status'
alias vi='vim'
alias nvim='unset VIMINIT && unset MYVIMRC && nvim'
#------------------------------ local configs ------------------------------
_source_if "$ZDOTDIR/.zshrc-local"