From 17a732488d5e5c90fbec9bda76b89245c55af054 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 28 May 2019 21:53:35 +0200 Subject: zshrc: removed oh-my-zsh git plugin --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 5fc16c3..1a4f7eb 100644 --- a/zshrc +++ b/zshrc @@ -38,7 +38,6 @@ function zshPlug() { # Plugins zshPlug 'robbyrussell/oh-my-zsh' init -zshPlug 'robbyrussell/oh-my-zsh' 'plugins/git' zshPlug 'zsh-users/zsh-autosuggestions' zshPlug 'zsh-users/zsh-syntax-highlighting' zshPlug 'chriskempson/base16-shell' @@ -216,7 +215,7 @@ function _uninstallMyPrompt() { #_installMyPrompt _installMyPromptBase16 -# post plugins +# need to do after compinit zshPlug 'robbyrussell/oh-my-zsh' 'plugins/fzf' #% vim:et:fen:fdm=marker:fmr={{{,}}}:fdl=0:fdc=1 -- cgit v1.2.3