removed wait because p10k has instant-prompt

This commit is contained in:
Nikolas Weger 2021-03-01 13:11:29 +01:00
parent aeedbb8e3e
commit d13c108694

View file

@ -37,8 +37,8 @@ zinit ice as"program" pick"ansi"; zinit light "fidian/ansi"
zinit light "micha/resty"
# Completions and Autosuggestions
zinit ice wait lucid blockf atpull'zinit creinstall -q .'; zinit light "zsh-users/zsh-completions"
zinit ice wait lucid atload"_zsh_autosuggest_start"; zinit light "zsh-users/zsh-autosuggestions"
zinit ice lucid blockf atpull'zinit creinstall -q .'; zinit light "zsh-users/zsh-completions"
zinit ice lucid atload"_zsh_autosuggest_start"; zinit light "zsh-users/zsh-autosuggestions"
# History
export SAVEHIST=20000
@ -71,22 +71,21 @@ zstyle ':completion:*:*:*:hosts-ipaddr' ignored-patterns '^(<->.<->.<->.<->|(|::
# Plugins
zinit ice lucid; zinit light "mroth/evalcache"
zinit ice wait lucid; zinit snippet OMZP::command-not-found
zinit ice wait lucid; zinit snippet OMZP::lando
zinit ice wait lucid; zinit snippet OMZP::thefuck
zinit ice wait lucid; zinit snippet OMZP::fzf
zinit ice wait lucid; zinit light "b4b4r07/enhancd"
zinit ice wait lucid; zinit light "jreese/zsh-titles"
zinit ice wait lucid; zinit light "wookayin/fzf-fasd"
zinit ice wait lucid; zinit light "urbainvaes/fzf-marks"
zinit ice wait lucid; zinit light "Aloxaf/fzf-tab"
zinit ice wait lucid; zinit light "wfxr/forgit"
zinit ice wait lucid; zinit light "reegnz/jq-zsh-plugin"
zinit ice wait lucid; zinit light "asdf-vm/asdf"
zinit ice wait lucid; zinit light "b4b4r07/emoji-cli"
zinit ice lucid; zinit snippet OMZP::command-not-found
zinit ice lucid; zinit snippet OMZP::lando
zinit ice lucid; zinit snippet OMZP::thefuck
zinit ice lucid; zinit snippet OMZP::fzf
zinit ice lucid; zinit light "b4b4r07/enhancd"
zinit ice lucid; zinit light "jreese/zsh-titles"
zinit ice lucid; zinit light "urbainvaes/fzf-marks"
zinit ice lucid; zinit light "Aloxaf/fzf-tab"
zinit ice lucid; zinit light "wfxr/forgit"
zinit ice lucid; zinit light "reegnz/jq-zsh-plugin"
zinit ice lucid; zinit light "asdf-vm/asdf"
zinit ice lucid; zinit light "b4b4r07/emoji-cli"
# syntax highlighting
zinit ice wait lucid atinit"ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay"; zinit light "zdharma/fast-syntax-highlighting"
zinit ice lucid atinit"ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay"; zinit light "zdharma/fast-syntax-highlighting"
# Theme
zinit ice depth=1; zinit light "romkatv/powerlevel10k"