mirror of
https://github.com/zdharma-continuum/zinit-annex-submods.git
synced 2026-09-10 07:16:18 -04:00
15 lines
398 B
Bash
15 lines
398 B
Bash
#!/usr/bin/env zsh
|
||
#
|
||
# Copyright (c) 2016-2021 Sebastian Gniazdowski and contributors
|
||
# Copyright (c) 2021-2022 zdharma-continuum and contributors
|
||
#
|
||
#
|
||
+zi-log "
|
||
{ice}submods{rst} - zinit-annex-submods
|
||
Usage: submods'{REPOSITORY} –> {SUBMODULE_NAME}'
|
||
|
||
It initializes the submodule inside the parent plugin or snippet.
|
||
"
|
||
|
||
# vim: set expandtab filetype=zsh shiftwidth=4 softtabstop=4 tabstop=4:
|