DC*
DC*
Another quick question. Is that file `.zshrc` or some other sourced file?
Tried on a clean install (zsh 5.4.2, antigen 2.2.3) but it seems I can't reproduce it. Tries both OSX and debian. ``` root@7d07be6e5a4b:~# ls -ltra total 40 -rw-r--r-- 1 root...
You may set `ANTIGEN_AUTO_CONFIG` to `false` to avoid this behavior.
Thanks for reporting this. I'll take a look!
It seems the issue comes from the fact that it runs on a function scope at two different times. I'll continue to investigate. Thanks for reporting.
@JohnStarich Thanks for the contribution! I'll take a look tonight and see what's going on with zsh 5.1.1.
Glad you found out the issue! Now, there's definitely something going on with locals on older zsh versions. I believe there is a commit with a zsh-workers thread somewhere where...
Awesome. That would explain why the issue doesn't come up in the tests. Thanks for keeping up with this and sorry I couldn't be more helpful but I'm currently very...
Well, I'm taking a look right now and it seems it's a fundamental issue with how quoted args are passed between functions. You see when you do `antigen bundle `...
@JohnStarich Sure thing I'm taking a look at this. Changes probably will fix it long-term. Please leave this PR open as to keep in on the radar. I'll open another...