From 0dde4089c86956be6793c0ae0b5b991831c28894 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 29 Oct 2022 15:42:29 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index b93c3e66..721f69c7 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -369,7 +369,7 @@ fi ### Poetry if command -v poetry > /dev/null; then - eval "$(poetry completions zsh)" + eval $(poetry completions zsh) fi ### Volta