From 66258df95a080cfab8099b1b009aa0dc8cf438a1 Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 15 Jan 2022 21:46:28 +0800 Subject: [PATCH] change load theme --- zshrc_zinit | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zshrc_zinit b/zshrc_zinit index 10e22fc..8f26d79 100644 --- a/zshrc_zinit +++ b/zshrc_zinit @@ -6,10 +6,6 @@ export ZSH_TMUX_AUTOCONNECT=true # git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin source ~/.zinit/bin/zinit.zsh -# theme -zinit ice wait -zinit light "tinyRatP/ys" - zinit light zsh-users/zsh-completions zinit light zsh-users/zsh-autosuggestions zinit light zdharma-continuum/fast-syntax-highlighting @@ -35,6 +31,9 @@ zinit snippet OMZ::plugins/extract zinit ice svn zinit snippet OMZ::plugins/tmux +# theme +zinit light "tinyRatP/ys" + # auto load other zshfiles [ -f "$HOME/.zsh/zsh.sh" ] && source "$HOME/.zsh/zsh.sh"