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

@@ -11,10 +11,10 @@ alias tmm="tmn -s main"
# Tmuxifier
zinit ice wait lucid as'program' pick'bin/tmuxifier' from'gh' \
zinit light-mode wait lucid as'program' pick'bin/tmuxifier' from'gh' \
atclone'./bin/tmuxifier init - > .zinitrc.zsh' atpull'%atclone' \
src='.zinitrc.zsh'
zinit light jimeh/tmuxifier
src='.zinitrc.zsh' \
for @jimeh/tmuxifier
alias m="tmuxifier"
alias ms="tmuxifier load-session"