19 Jan, 2013
3 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
4 commits
-
compinit has to be initialized before loading any plugins, since most of the
utilize `compdef`. -
Fix `*.plugin.zsh` file loading.
08 Jan, 2013
1 commit
04 Jan, 2013
1 commit
01 Jan, 2013
1 commit
21 Sep, 2012
3 commits
-
Saving the hash of bundles that don't have a local git clone doesn't make sense.
-
This command is used to restore from a snapshot file provided as an argument.
The snapshot file can be generated by the `antigen-snapshot` command. -
Creates a snapshot file with some basic metadata information and pairs of repo
urls and their version hashes. Tests included.
19 Sep, 2012
1 commit
-
The `-theme` command is now little more than an extension to the `-bundle`
command. The difference is that this command sets `--btype=theme`, which is what
indicates that this bundle is a theme.As such, the `-theme` command accepts all the documented options taken by
`-bundle`.
18 Sep, 2012
2 commits
16 Sep, 2012
1 commit
26 Aug, 2012
2 commits
-
The BSD version of `sed` apparently does not have the `-r` option. So,
eliminated the use of `sed` in this place altogather. -
The `-r` is not present on BSD version of sed (which is used on OSX).
12 Aug, 2012
1 commit
-
Use this command to revert an `antigen-update`.
11 Aug, 2012
7 commits
-
The memoized results of these functions cannot be saved in a global hash map,
becuase these functions are always run in a subshell. Changes to variables in
the subshell do not reflect in the main shell instance. We'd have to resort to
use the `$REPLY` ways returning the result from these functions, if they were to
be memoized. But that way of doing things sucks. Totally unreadable. So, just
not memoizing. -
The positional arguments can also be specified as keyword arguments.
10 Aug, 2012
10 commits
-
Apparently lines ending in an operator don't need a `\` to continue to next
line. Realised this thanks to @Tarrasch's pull request. -
Conflicts:
antigen.zsh -
There is a fourth boolean field in the record, which indicates wheather the
plugin has a local clone made. -
Renamed function to a temporary looking name and to more reflect its purpose.
Also, undefining the function once its purpose has been done.
31 Jul, 2012
1 commit
-
Local bundles, if are recorded with a `--branch` option, should *always* be
cloned.
27 Jul, 2012
1 commit
-
We force the `--no-local-clone` argument to `-bundle` command, when the given
repo url is an absolute local path and it is *not* a git repo. It doesn't make
sense to clone something which is not a repo!
26 Jul, 2012
1 commit