🐛 fix zsh pugin: git

This commit is contained in:
DannyDannyDanny 2023-04-12 08:56:52 +02:00
parent 08f775826f
commit c8ce6110d6

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/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(git, poetry) plugins=(poetry git)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh