zdharma -> &-continuum

This commit is contained in:
Philipp Schmitt 2021-11-12 12:03:42 +01:00
parent f3d0ac5ae2
commit db877ef3ba
No known key found for this signature in database
GPG key ID: DC439C47EACB17F9
2 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View file

@ -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

View file

@ -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}"