From cf3affa8837fb2e471975941aa3727745650e99d Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 27 Dec 2021 23:02:42 +0800 Subject: [PATCH] update --- zshrc_zinit | 2 ++ zshrc_zplug | 2 ++ 2 files changed, 4 insertions(+) diff --git a/zshrc_zinit b/zshrc_zinit index 7a729d3..62f7888 100644 --- a/zshrc_zinit +++ b/zshrc_zinit @@ -1,3 +1,5 @@ +# install zinit +# git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin source ~/.zinit/bin/zinit.zsh # theme diff --git a/zshrc_zplug b/zshrc_zplug index 8d457b6..a6e39e8 100644 --- a/zshrc_zplug +++ b/zshrc_zplug @@ -1,3 +1,5 @@ +# install zplug +# curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh source ~/.zplug/init.zsh export ZSH_TMUX_AUTOSTART=true