From c8ce6110d6c2f5d019eddfa986bffd7155364a9a Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Wed, 12 Apr 2023 08:56:52 +0200 Subject: [PATCH] :bug: fix zsh pugin: git --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2839f47..8c2ef89 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, poetry) +plugins=(poetry git) source $ZSH/oh-my-zsh.sh