From 102391d0113a8d7fbc0bb05cbf33a910ec4c0ead Mon Sep 17 00:00:00 2001 From: linsilence Date: Mon, 10 Jun 2019 20:17:55 +0800 Subject: [PATCH] add plugins --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index d50ad7498..da8d8bff7 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -70,8 +70,8 @@ ZSH_THEME="astro" # Add wisely, as too many plugins slow down shell startup. plugins=( git - git-prompt vi-mode + z ) source $ZSH/oh-my-zsh.sh