From 08f775826f4fc457e2e1f4c72e780792206d877f Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Tue, 11 Apr 2023 22:07:20 +0200 Subject: [PATCH] :sparkles: add poetry plugin for zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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