diff --git a/.zshrc b/.zshrc index c01c32d..52d28ec 100644 --- a/.zshrc +++ b/.zshrc @@ -19,7 +19,7 @@ ENABLE_CORRECTION="true" COMPLETION_WAITING_DOTS="true" # 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 export NVM_AUTOLOAD=1 @@ -51,15 +51,6 @@ alias grep="batgrep" alias man="batman" 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 export SPICETIFY_INSTALL="/usr/share/spicetify-cli"