-
Notifications
You must be signed in to change notification settings - Fork 282
Troubleshooting
This often happens when a github url is wrong/invalid. Do check your bundle's url, often in the form of:
https://github.com/<bundle/name>.git
In your browser before trying it again.
Please note that Antigen uses a caching mechanism in order to provide good load performance. This is done by compiling your configurations/bundles. If you're testing our configuration/bundles you may have to configure Antigen to auto-detect your changes this way:
typeset -a ANTIGEN_CHECK_FILES=(/path/to/.zshrc /path/to/.antigenrc)
Where you're indicating Antigen to look for changes in those files in order to re-load configuration from scratch.
You may as well disable caching by setting up ANTIGEN_CACHE
environment variable to false
:
ANTIGEN_CACHE=false
(This is available from v2.1.0
and up).
Alternatively you may use antigen reset
command.
This is usually due to .zcompdump*
broken in some way. Clean up this file with:
rm ~/.zcompdump*
(alternatively: `antigen reset`)
and start a new shell.
Your completions should be regenerated and available for use.
If the problem persists jump on gitter or on the issue tracker.
Wiki - Bug tracker - Roadmap - Contact - Copyright