Archived
0
0
Fork 0

cleaned up zshrc

This commit is contained in:
Daryl Ronningen 2022-01-11 17:39:42 -08:00
parent b62210cb56
commit 948a5f2c63
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

11
.zshrc
View file

@ -19,7 +19,7 @@ ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true" COMPLETION_WAITING_DOTS="true"
# Plugins # Plugins
plugins=(git yarn command-not-found zsh-history-substring-search zsh-autosuggestions nvm rust docker docker-compose dotnet zsh-syntax-highlighting) plugins=(zsh-completions zsh-history-substring-search zsh-autosuggestions bgnotify colored-man-pages nvm rust docker docker-compose dotnet zsh-syntax-highlighting)
# Plugin Configs # Plugin Configs
export NVM_AUTOLOAD=1 export NVM_AUTOLOAD=1
@ -51,15 +51,6 @@ alias grep="batgrep"
alias man="batman" alias man="batman"
alias gitdiff="batdiff" alias gitdiff="batdiff"
# Manpage color
export LESS_TERMCAP_mb=$'\e[1;32m'
export LESS_TERMCAP_md=$'\e[1;32m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;33m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;4;31m'
# Spicetify # Spicetify
export SPICETIFY_INSTALL="/usr/share/spicetify-cli" export SPICETIFY_INSTALL="/usr/share/spicetify-cli"