From 243739461329e3e15094c2dfb575e2232f5a0ede Mon Sep 17 00:00:00 2001 From: linsilence Date: Tue, 11 Jun 2019 12:33:43 +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..2d5a1ccdb 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -71,6 +71,7 @@ ZSH_THEME="astro" plugins=( git vi-mode + autojump ) source $ZSH/oh-my-zsh.sh