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.
09 Aug, 2012
3 commits
-
The link should point to the project under zsh-users organization and not under the sharat87 user.
-
Change clone url to point to the zsh-users repo.
08 Aug, 2012
4 commits
02 Aug, 2012
2 commits
-
Fix link to @kennethreitz's autoenv.
-
The standard markdown link syntax was used instead of the reference syntax.
31 Jul, 2012
2 commits
-
Local bundles, if are recorded with a `--branch` option, should *always* be
cloned.
27 Jul, 2012
2 commits
-
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
6 commits
-
Using a new `make_local_clone` variable which is an internal field that better
represents whether we need a local clone.