Zsh 未找到插件,即使未在任何位置指定

Zsh 未找到插件,即使未在任何位置指定,zsh,oh-my-zsh,Zsh,Oh My Zsh,所以我就搬到了iTerm2和zsh,还有OMZ。打开新的终端会话时,我经常遇到此错误: [oh-my-zsh] plugin 'hub' not found [oh-my-zsh] plugin 'colored-man-page' not found 现在,即使卸载和安装OMZ,我也明白了这一点。我不确定该插件的调用位置,但我的zshrc文件包含: plugins=(git wd last-working-dir) export ZSH=/Users/doron.katz/.local/sh

所以我就搬到了iTerm2和zsh,还有OMZ。打开新的终端会话时,我经常遇到此错误:

[oh-my-zsh] plugin 'hub' not found
[oh-my-zsh] plugin 'colored-man-page' not found
现在,即使卸载和安装OMZ,我也明白了这一点。我不确定该插件的调用位置,但我的
zshrc
文件包含:

plugins=(git wd last-working-dir)
export ZSH=/Users/doron.katz/.local/share/oh-my-zsh
source $ZSH/oh-my-zsh.sh
source /Users/doron.katz/.local/share/oh-my-zsh/plugins/colored-man-page/colored-man-pages.plugin.zsh
export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH"export PATH="/usr/local/sbin:$PATH"
POWERLEVEL9K_MODE='nerdfont-complete'
source  ~/powerlevel9k/powerlevel9k.zsh-theme
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh dir vcs newline status)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
我甚至添加了
source/Users/doron.katz/.local/share/oh my zsh/plugins/colored man pages/colored man pages.plugin.zsh

该文件夹存在,但不确定是谁调用该插件。。HUB也一样

请帮忙