From 948a5f2c63d5bcb947311d595a771c53299ca247 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Tue, 11 Jan 2022 17:39:42 -0800 Subject: [PATCH] cleaned up zshrc --- .zshrc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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"