From 839ea2dde46b2a82c22b1e2ec93d05155b24b656 Mon Sep 17 00:00:00 2001 From: linsilence Date: Mon, 10 Jun 2019 19:57:47 +0800 Subject: [PATCH] add plugins --- templates/zshrc.zsh-template | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index acaa5d7bf..d50ad7498 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -70,6 +70,7 @@ ZSH_THEME="astro" # Add wisely, as too many plugins slow down shell startup. plugins=( git + git-prompt vi-mode )