aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 05bc400..ec7c904 100644
--- a/.zshrc
+++ b/.zshrc
@@ -25,6 +25,7 @@ if [ ! -d ~/.zplug ]; then
git clone [email protected]: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