From 415a6c9690e075c21bcb6580907fcbc08d259825 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 29 Oct 2022 15:43:28 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 721f69c7..c44275d9 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -338,12 +338,12 @@ fi ### gh if command -v gh > /dev/null; then - eval "$(gh completion -s zsh)" + eval $(gh completion -s zsh) fi ### Helm if command -v helm > /dev/null; then - eval "$(helm completion zsh)" + eval $(helm completion zsh) fi ### Hyperfine @@ -358,7 +358,7 @@ fi ### kubectl if command -v kubectl > /dev/null; then - eval "$(kubectl completion zsh)" + eval $(kubectl completion zsh) fi ### mcfly @@ -374,7 +374,7 @@ fi ### Volta if command -v volta > /dev/null; then - eval "$(volta completions zsh)" + eval $(volta completions zsh) fi ### Fig