mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(zinit): switch to newer for-syntax for zinit declarations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user