1
0
mirror of https://github.com/zplug/zplug synced 2025-08-23 14:14:39 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
b4b4r07
d87d318af7 Redesigne the logging system and made it simple 2016-12-14 21:02:18 +09:00
b4b4r07
08becca230 Fix a bug related to prezto load path calculation 2016-12-07 16:21:31 +09:00
b4b4r07
c21f915bfd Merge patch by https://github.com/zplug/zplug/pull/294#issuecomment-264831965 2016-12-07 00:06:10 +09:00
b4b4r07
db410d27e7 Remove nice tag and add defer tag instead 2016-12-01 19:15:23 +09:00
b4b4r07
135dc7fef2 Docs and refactoring 2016-11-29 21:48:29 +09:00
b4b4r07
d6d1bb0d6e Create a cache that can be load. Also supports hook-load cache 2016-11-26 17:48:35 +09:00
b4b4r07
753eab4e22 Improve cache-system 2016-11-26 16:08:38 +09:00
b4b4r07
c0367511a9 Force to update repos even if conflicted
- fix #283
2016-11-07 17:40:48 +09:00
Naoki Mizuno
a08f209a84 Remove useless shebang 2016-10-19 00:16:55 +09:00
Naoki Mizuno
1b5d9d8b21 Use default_tags 2016-09-30 04:48:19 +09:00
Naoki Mizuno
6f66d0cdf0 Fix fpath not updated in time for modules/prompt
With this change users don't have to specify:

    zplug 'modules/prompt', from:prezto, nice:10

but simply

    zplug 'modules/prompt', from:prezto

The init.zsh of modules/prompt has to be added as nice_plugins because
the fpath to modules/prompt/functions has to be added before promptinit,
which is called in init.zsh. This is due to how zplug loads plugins (in
the order of normal (nice < 9) plugins -> add fpath -> nice >= 10
plugins -> lazy plugins).
2016-09-25 11:21:56 +09:00
Naoki Mizuno
9643679683 Follow changes made in master
Ref: a106eeda6f393eb91ddac33931e3dc0cf97ccdb0
2016-09-25 05:27:46 +09:00
Naoki Mizuno
8ce6e639e1 Fix problem regarding autoload for prezto sources 2016-09-25 05:26:43 +09:00
Naoki Mizuno
3545caa30d Fix hard-coded path issue regarding pmodload 2016-09-24 12:00:07 +09:00
Naoki Mizuno
6c5441fd78 Add source for prezto 2016-09-10 21:18:20 +09:00