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

@@ -7,9 +7,9 @@
# ==============================================================================
# Create symlink for "g" called "gv", as I have "g" aliased to "git".
zinit ice wait lucid as'program' pick'bin/g' from'gh' \
atclone'cd bin && ln -s g gv' atpull'%atclone'
zinit light stefanmaric/g
zinit light-mode wait lucid as'program' pick'bin/g' from'gh' \
atclone'cd bin && ln -s g gv' atpull'%atclone' \
for @stefanmaric/g
# ==============================================================================
# global golang packages