You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading the git plugin with antigen from my zshrc gives the following error prompt: zsh: command not found: git_prompt_info.
Steps to reproduce
Minimal steps to reproduce this behavior. Example:
1 - Install zsh and antigen
2 - Use `antigen bundle git` in the zshrc to load/install the plugin, followed by the `antigen apply`
3 - Source the zshrc.
4 - Observer the error in the prompt: `zsh: command not found: git_prompt_info`
Note: My zshrc is in a custom location (/home/user/.config/zsh/)
I used to only load the git plugin with oh-my-zsh just like this, and I never had this problem. However when loading the same plugin via antigen I am prompted this error.
The text was updated successfully, but these errors were encountered:
Description
Loading the git plugin with antigen from my zshrc gives the following error prompt: zsh: command not found: git_prompt_info.
Steps to reproduce
Minimal steps to reproduce this behavior. Example:
Expected behavior:
Software version
antigen version:
2.2.2zsh --version:
5.8uname -a:
Linux void 5.9.4-arch1-1 Usersync
instead ofcp
when installing plugins. #1 SMP PREEMPT Wed, 04 Nov 2020 21:41:09 +0000 x86_64 GNU/LinuxConfiguration
.antigenrc
:I don't have one I think? I just specified all the info in the .zshrc
More information
Note: My zshrc is in a custom location (/home/user/.config/zsh/)
I used to only load the git plugin with oh-my-zsh just like this, and I never had this problem. However when loading the same plugin via antigen I am prompted this error.
The text was updated successfully, but these errors were encountered: