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
The documentation doesn't mention where the various packages install antigen.zsh to, which is crucial information considering it needs to be sourced explicitly. Specifically I cannot find the install location in the Debian package. Can this be added to the wiki?
The text was updated successfully, but these errors were encountered:
The file is located here usr/share/zsh-antigen/antigen.zsh
To get the files which have been added by any Debian package.
dpkg --listfiles <package name>
So for zsh-antigen you can run
dpkg --listfiles zsh-antigen
But when I source the file from zsh-antigen I get the following error /usr/share/zsh-antigen/antigen.zsh:748: command not found: -antigen-env-setup
and I cant use any of its commands.
Hovever it works fine if I use the "quick and easy way" with curl -L git.io/antigen > antigen.zsh
and source that file instead
Description
The documentation doesn't mention where the various packages install
antigen.zsh
to, which is crucial information considering it needs to be sourced explicitly. Specifically I cannot find the install location in the Debian package. Can this be added to the wiki?The text was updated successfully, but these errors were encountered: