Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-10-29 15:42:29 +00:00
parent c3c9151ecd
commit 0dde4089c8

View file

@ -369,7 +369,7 @@ fi
### Poetry ### Poetry
if command -v poetry > /dev/null; then if command -v poetry > /dev/null; then
eval "$(poetry completions zsh)" eval $(poetry completions zsh)
fi fi
### Volta ### Volta