Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-10-29 16:01:08 +00:00
parent 9b7e428826
commit d45a2dc8ac

View file

@ -100,9 +100,6 @@ _source_plugin() {
# ZSH Autosuggestions # ZSH Autosuggestions
_source_plugin zsh-autosuggestions && ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999' _source_plugin zsh-autosuggestions && ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999'
# ZSH Completions
_source_plugin zsh-completions
# ZSH Syntax Highlighting # ZSH Syntax Highlighting
if _source_plugin zsh-syntax-highlighting; then if _source_plugin zsh-syntax-highlighting; then
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern) ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
@ -371,9 +368,9 @@ if command -v mcfly > /dev/null; then
fi fi
### Poetry ### Poetry
if command -v poetry > /dev/null; then #if command -v poetry > /dev/null; then
eval $(poetry completions zsh) # eval $(poetry completions zsh)
fi #fi
### Volta ### Volta
if command -v volta > /dev/null; then if command -v volta > /dev/null; then