Commit graph

24 commits

Author SHA1 Message Date
Sorin Ionescu 8cdf06e386 [#255] Use $ZDOTDIR or $HOME 2012-09-03 16:51:32 -04:00
Sorin Ionescu fb9a20591f [Fix #197] Rebrand as Prezto
Conflicts:
	README.md
	runcoms/zshenv
2012-09-03 16:51:27 -04:00
Sorin Ionescu 060d9064f8 [Fix #202] Load modules all or nothing 2012-08-04 14:32:59 -04:00
Sorin Ionescu 3efd4b22c1 [#67] Use outer variables for anonymous functions
The ability to pass arguments immediately to anonymous functions was added in
a newer Zsh version than the one that is shipped with Mac OS X Lion.
2012-05-07 22:19:20 -04:00
Sorin Ionescu af983e9788 [Fix #167] Use an anononymous function for $fpath 2012-05-07 14:13:50 -04:00
Sorin Ionescu e5ec94af42 Check for non-empty files, not just existance 2012-05-05 18:08:25 -04:00
Sorin Ionescu a63b053e58 [#125] Add a helper that checks callables 2012-04-11 15:06:05 -04:00
Sorin Ionescu cca942ea0b Add a missing article in a comment 2012-04-11 12:59:57 -04:00
Sorin Ionescu ac2ee3ec95 Improve the formatting of the autoload loop 2012-04-11 12:50:24 -04:00
Sorin Ionescu 416bdfcd08 [Fix #128] Ignore README files in $fpath 2012-04-11 12:44:09 -04:00
Sorin Ionescu d3c6771c27 [#126] Autoload only desired module functions
Fix a globbing bug introduced in 6233ec6.
2012-04-11 12:14:13 -04:00
Sorin Ionescu 9d8187ba6b Merge completions into functions
Completions are nothing more than auto-loadable functions prefixed with
an underscore placed somewhere in $FPATH.
2012-04-09 17:45:32 -04:00
Sorin Ionescu c9b8ad569d Convert add-zsh-trap into a module 2012-04-09 17:41:55 -04:00
Sorin Ionescu 6233ec6aad [#23] Add a module loading function 2012-04-08 15:07:11 -04:00
Sorin Ionescu 6a9a4ea8d6 [Fix #60] Do not use parentheses in function names 2012-03-23 15:46:49 -04:00
Sorin Ionescu 5e5a7803b6 Fix a formatting bug introduced in cdb95f8 2012-03-22 23:15:03 -04:00
Colin Hebert cdb95f810f [Fix #41] Do not truncate the commit id 2012-03-22 15:03:22 -04:00
Sorin Ionescu b96bbca51c Added or edited file headers. 2012-02-02 18:30:07 -05:00
Sorin Ionescu ec61dbd802 Fixed a few error messages. 2012-01-24 23:40:32 -05:00
Sorin Ionescu b2fcfc684c Renamed check-bool to is-true. 2012-01-23 20:41:06 -05:00
Sorin Ionescu 95c29bada8 Standardized error messages. 2012-01-23 20:41:04 -05:00
Sorin Ionescu f000d7e39f Added missing parenthesis to a few functions. 2012-01-23 20:41:03 -05:00
Sorin Ionescu 60f39d8d91 Moved hub into the git plugin. 2012-01-23 20:40:57 -05:00
Sorin Ionescu faeca82831 The functions directory should only hold functions. 2012-01-23 20:40:41 -05:00
Renamed from functions/helper.zsh (Browse further)