Update dotfiles/.zshrc
This commit is contained in:
parent
c3c9151ecd
commit
0dde4089c8
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ fi
|
|||
|
||||
### Poetry
|
||||
if command -v poetry > /dev/null; then
|
||||
eval "$(poetry completions zsh)"
|
||||
eval $(poetry completions zsh)
|
||||
fi
|
||||
|
||||
### Volta
|
||||
|
|
Loading…
Reference in a new issue