From d45a2dc8ac5f156ad9a5f237d99a4994dd7bd2d5 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 29 Oct 2022 16:01:08 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index c4d2066c..40f33c92 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -100,9 +100,6 @@ _source_plugin() { # ZSH Autosuggestions _source_plugin zsh-autosuggestions && ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999' -# ZSH Completions -_source_plugin zsh-completions - # ZSH Syntax Highlighting if _source_plugin zsh-syntax-highlighting; then ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern) @@ -371,9 +368,9 @@ if command -v mcfly > /dev/null; then fi ### Poetry -if command -v poetry > /dev/null; then - eval $(poetry completions zsh) -fi +#if command -v poetry > /dev/null; then +# eval $(poetry completions zsh) +#fi ### Volta if command -v volta > /dev/null; then