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"