07 Mar, 2013
4 commits
-
Conflicts:
antigen.zsh
24 Feb, 2013
2 commits
-
Some plugins seem to rely on the `$ZSH` variable pointing to the oh-my-zsh clone
being used. See README for more.
22 Feb, 2013
2 commits
21 Feb, 2013
8 commits
-
Travis is now using git version 1.8.* to run the tests and there is a slight
difference in output formatting of the git commands. This is causing mis-leading
test failures. -
Its polluting the global namespace but doesn't have the `antigen` prefix, making
it hard to figure out where it came from. -
It appears that the whole git magic that's going on to avoid starting a subshell
is causing problems on certain slightly old versions of git. Now switched to
`cd`-ing to the clone to avoid any trouble in this regard.
16 Feb, 2013
1 commit
15 Feb, 2013
3 commits
27 Jan, 2013
1 commit
22 Jan, 2013
4 commits
19 Jan, 2013
10 commits
-
This is what prezto seems to be doing, from the source as of today.
-
This was messing with `-cleanup`. The fix needs to add blank `echo`s after each
call to `-antigen-get-clone-url` and `-antigen-get-clone-dir` in `-cleanup`
function, or this. I think this is better.
09 Jan, 2013
5 commits
-
compinit has to be initialized before loading any plugins, since most of the
utilize `compdef`. -
Fix `*.plugin.zsh` file loading.
-
improve startup speed by only calling `compinit -i` once