diff --git a/zsh/rc.zsh b/zsh/rc.zsh index 3c34470..f129575 100644 --- a/zsh/rc.zsh +++ b/zsh/rc.zsh @@ -35,7 +35,7 @@ zinit snippet OMZP::command-not-found zinit snippet OMZP::fzf zinit snippet OMZP::lando -eval "$(fasd --init auto)" +#eval "$(fasd --init auto)" zinit wait lucid light-mode for wookayin/fzf-fasd zinit wait lucid light-mode for urbainvaes/fzf-marks zinit wait lucid light-mode for voronkovich/gitignore.plugin.zsh @@ -44,7 +44,8 @@ zinit wait lucid light-mode for @asdf-vm/asdf zinit wait lucid light-mode for Aloxaf/fzf-tab # syntax highlighting -zinit wait lucid'1' light-mode atinit"zpcompinit; zpcdreplay -q" for zsh-users/zsh-syntax-highlighting +zpcompinit +zinit wait lucid light-mode atinit"zpcdreplay -q" for zsh-users/zsh-syntax-highlighting # Local RC [[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh"