add poetry plugin for zsh

This commit is contained in:
DannyDannyDanny 2023-04-11 22:07:20 +02:00
parent ccc91bfe29
commit 08f775826f

2
.zshrc
View file

@ -71,7 +71,7 @@ zstyle ':omz:update' mode auto # update automatically without asking
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
plugins=(git, poetry)
source $ZSH/oh-my-zsh.sh