cleaned up zshrc
This commit is contained in:
parent
b62210cb56
commit
948a5f2c63
1 changed files with 1 additions and 10 deletions
11
.zshrc
11
.zshrc
|
@ -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"
|
||||||
|
|
||||||
|
|
Reference in a new issue