chore: add missing wait lucid ice's to zinit install snippets

This commit is contained in:
2022-02-23 11:38:57 +00:00
parent 2c2fc6ddf9
commit 46a78c87fb
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
#
if command-exists docker; then
zinit ice from'gh-r' as'program' mv'ctop-* -> ctop'
zinit ice wait lucid from'gh-r' as'program' mv'ctop-* -> ctop'
zinit light bcicen/ctop
fi

View File

@@ -8,11 +8,11 @@ export FZF_TMUX=0
export FZF_CTRL_T_OPTS="--preview='less {}'"
# Install fzf binary from latest GitHub Release.
zinit ice from'gh-r' as'program' pick'fzf'
zinit ice wait lucid from'gh-r' as'program' pick'fzf'
zinit light junegunn/fzf
# Install fzf-tmux command and zsh plugins from default branch on GitHub.
zinit ice from'gh' as'program' pick'bin/fzf-tmux' \
zinit ice wait lucid from'gh' as'program' pick'bin/fzf-tmux' \
multisrc'shell/{completion,key-bindings}.zsh' \
id-as'junegunn/fzf-extras'
zinit light junegunn/fzf