diff --git a/.zshrc b/.zshrc index bbbae40..2839f47 100644 --- a/.zshrc +++ b/.zshrc @@ -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