From 46a78c87fb220b67ca0976f9b5eb0c290a9043be Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 23 Feb 2022 11:38:57 +0000 Subject: [PATCH] chore: add missing wait lucid ice's to zinit install snippets --- zsh/docker.zsh | 2 +- zsh/fzf.zsh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/docker.zsh b/zsh/docker.zsh index 9cb9dd0..feee75f 100644 --- a/zsh/docker.zsh +++ b/zsh/docker.zsh @@ -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 diff --git a/zsh/fzf.zsh b/zsh/fzf.zsh index 95a6dc9..fc1bd4e 100644 --- a/zsh/fzf.zsh +++ b/zsh/fzf.zsh @@ -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