From b4acdbd08e426ecaba332708d60b9dcf4b0c9c42 Mon Sep 17 00:00:00 2001 From: humphreylin Date: Tue, 30 Jul 2019 03:26:45 +0000 Subject: add the plug git to zshrc --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 05bc400..ec7c904 100644 --- a/.zshrc +++ b/.zshrc @@ -25,6 +25,7 @@ if [ ! -d ~/.zplug ]; then git clone git@github.com:zplug/zplug.git ~/.zplug fi source ~/.zplug/init.zsh +zplug "plugins/git", from:oh-my-zsh zplug "zsh-users/zsh-completions" zplug "zsh-users/zsh-syntax-highlighting" zplug "dracula/zsh", as:theme @@ -34,7 +35,7 @@ if ! zplug check --verbose; then echo; zplug install fi fi -zplug load --verbose +zplug load # fzf [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -- cgit v1.2.3