20 Sep, 2012
1 commit
19 Sep, 2012
1 commit
16 Sep, 2012
5 commits
-
Conflicts:
.travis.yml -
Adding the oh-my-zsh way of organising plugins as a recommending way of writing
plugins. Though of course, in the spirit of antigen, it is not required.
29 Aug, 2012
1 commit
-
Try to fix CI
28 Aug, 2012
3 commits
27 Aug, 2012
3 commits
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).
16 Aug, 2012
1 commit
12 Aug, 2012
2 commits
-
Use this command to revert an `antigen-update`.
11 Aug, 2012
9 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
12 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. -
The latest published version of cram doesn't work for us. We need a development
version, as specifed in the `requirements.txt` file. This is now documented.