From 1cf74c02d2519ece524a6a39d602042e04990e04 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 27 Nov 2023 20:00:12 +0100 Subject: [PATCH] Remove git oh-my-zsh plugin Signed-off-by: Knut Ahlers --- .zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc b/.zsh/zshrc index bf437cd..681d792 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -49,7 +49,7 @@ ZSH_CUSTOM=$HOME/.zsh/oh-my-custom # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(docker git github golang osx zsh_reload z) +plugins=(docker github golang osx zsh_reload z) # User configuration