mirror of
https://github.com/zdharma-continuum/zinit-annex-meta-plugins.git
synced 2026-09-10 07:16:29 -04:00
zdharma -> &-continuum
This commit is contained in:
parent
f3d0ac5ae2
commit
db877ef3ba
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,7 +12,7 @@
|
|||
._zinit
|
||||
.zinit_lastupd
|
||||
|
||||
# zdharma/zshelldoc tool's files
|
||||
# zdharma-continuum/zshelldoc tool's files
|
||||
zsdoc/data
|
||||
|
||||
# ohmyzsh/ohmyzsh/plugins/per-directory-history plugin's files
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
integer idx1=0 idx2=0 idx3=0
|
||||
if (( ((idx1 = $loaded_plugins[(I)$p]) || (idx2 = $zsh_loaded_plugins[(I)$p])) && \
|
||||
! $not_existing[(I)$p] || (idx3 = $on_demand_skip[(I)$p])
|
||||
)) && [[ $p != zdharma/null ]] {
|
||||
)) && [[ $p != zdharma-continuum/null ]] {
|
||||
idx3=$on_demand_skip[(I)$p]
|
||||
local idtxt="{dbg}${p//\//∕} "
|
||||
if (( (idx1 || idx2) && !idx3 )) {
|
||||
|
|
@ -138,8 +138,8 @@
|
|||
if (( ( $not_existing[(I)$p] || \
|
||||
! ($loaded_plugins[(I)$p] || $zsh_loaded_plugins[(I)$p]) ) && \
|
||||
! $on_demand_skip[(I)$p]
|
||||
)) || [[ $p == zdharma/null ]] {
|
||||
# The ↑zdharma/null↑ is a bogus exception, as this plugin will never
|
||||
)) || [[ $p == zdharma-continuum/null ]] {
|
||||
# The ↑zdharma-continuum/null↑ is a bogus exception, as this plugin will never
|
||||
# be loaded under the direct name.
|
||||
ZINIT[annex-before-load:new-@]+="$ice_list_data @${(q)p} "
|
||||
Zinit_Annex_Meta_Plugins[annex-loaded-plugins]+=" ${(q)p}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue