chore(zinit): switch to newer for-syntax for zinit declarations

This commit is contained in:
2022-04-28 12:10:39 +01:00
parent a5671fca28
commit 44ea1976e4
13 changed files with 73 additions and 71 deletions

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 wait lucid from'gh-r' as'program' pick'fzf'
zinit light junegunn/fzf
zinit light-mode wait lucid from'gh-r' as'program' pick'fzf' \
for @junegunn/fzf
# Install fzf-tmux command and zsh plugins from default branch on GitHub.
zinit ice wait lucid from'gh' as'program' pick'bin/fzf-tmux' \
zinit light-mode 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
id-as'junegunn/fzf-extras' \
for @junegunn/fzf