From 57c0a067a9a09ca0b51ed48e3295c97d0d8954ea Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 9 Sep 2022 09:58:29 +0200 Subject: [PATCH] zsh: remove deprecated git plugin --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index 46621b0..5cb061e 100644 --- a/.zshrc +++ b/.zshrc @@ -2,8 +2,6 @@ source ~/.zplug/init.zsh source /etc/profile.d/locale.sh - -zplug "plugins/git", from:oh-my-zsh zplug "zsh-users/zsh-completions" zplug 'zsh-users/zsh-syntax-highlighting', defer:2 zplug 'zsh-users/zsh-history-substring-search', defer:3