From e18212d6b9330eaadf997dce7220396608964de6 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Tue, 22 Jun 2021 10:04:27 -0300 Subject: [PATCH] zsh: remove unused git plugin --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 0708dfb..dddde3f 100644 --- a/.zshrc +++ b/.zshrc @@ -9,7 +9,7 @@ export ZSH="$HOME/.oh-my-zsh" # Plugins -plugins=(git) +plugins=() # Themes ZSH_THEME="robbyrussell"