zplug: zsh: command not found: zplug
Describe the bug I cannot run zplug after having installed it using CURL it says command not found for zsh
Env (please complete the following information):
zplug version: can’tzsh --version: zsh 5.7.1 (x86_64-apple-darwin19.0.0)uname -a: Darwin Macbook.local 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64
Minimal zshrc (with less than 30 lines)
Create a minimal reproducing set of configurations for this issue. Please remove all unnecessary parts!
source ~/.zplug/init.zsh
ZSH_THEME="avit"
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (1 by maintainers)
zplugis a function, not a program.You need to find where
brewputzplugsinit.zshandsourceit.My
~/.zshrccontains the following:Obviously not installed via
brewthough 😄The
brewformula page also says the following (formatting mine):Perhaps this should be added to the
README.mdas well, such that this information is easier to discover?Why in the world does the readme not include this step? That’s ridiculous.
This is so ridiculous. WHy is it built this way:
The install script should make the necessary changes itself. That’s the point of having an install script.
Or at the very least, it should tell the user to do these changes. Rather than just saying “all sorted, enjoy”.
The script should either add that code to the zshrc file, or inform the user to do so.
I completely missed that there are extra steps to complete the installation.
This solved the issue for me:
It lacks
zplug loadat endfile.