From 1ad4f767af4abcf26da53aade9f6fb0aee7b9060 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 29 Oct 2022 14:26:48 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 06a13ccc..77384a64 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -327,14 +327,14 @@ if command -v antigen > /dev/null; then fi ### Deno -if command -v deno > /dev/null; then - eval "$(deno completions zsh)" -fi +#if command -v deno > /dev/null; then +# eval "$(deno completions zsh)" +#fi ### Helm -if command -v helm > /dev/null; then - eval "$(helm completion zsh)" -fi +#if command -v helm > /dev/null; then +# eval "$(helm completion zsh)" +#fi ### Hyperfine if command -v hyperfine > /dev/null && [ -f /usr/local/src/hyperfine/autocomplete/hyperfine.zsh-completion ]; then @@ -353,14 +353,14 @@ 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 - eval "$(volta completions zsh)" -fi +#if command -v volta > /dev/null; then +# eval "$(volta completions zsh)" +#fi ### Fig if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then