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