1
0
mirror of https://github.com/zplug/zplug synced 2025-04-11 20:13:40 +02:00
Commit Graph

34 Commits

Author SHA1 Message Date
b4b4r07
db0c454e65 Don't export the environment variables on subshell
- Fix #324
2016-12-22 22:50:05 +09:00
b4b4r07
d87d318af7 Redesigne the logging system and made it simple 2016-12-14 21:02:18 +09:00
b4b4r07
467cb0a356 Fix #299 2016-12-09 01:40:01 +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
81f04ce3e9 Support to load local zsh-theme files 2016-11-21 20:07:09 +09:00
b4b4r07
6334db67ee Support oh-my-zsh theme with as:theme tag
Strictly speaking, separate themes from plugins
2016-11-21 18:34:54 +09:00
b4b4r07
6001b80075 Add as:theme tag 2016-11-20 00:18:32 +09:00
b4b4r07
c0367511a9 Force to update repos even if conflicted
- fix #283
2016-11-07 17:40:48 +09:00
Naoki Mizuno
c584c77d9c Use default_tags 2016-09-30 04:46:28 +09:00
Naoki Mizuno
7e8c5e6c4f Create __zplug::utils:🐚:expand_glob
This function is created to ensure a standard procedure to expand globs
and to make it easier to account for user-specified modifiers.

The behavior of USE tags in as:command is changed so that all executable
files are linked to $ZPLUG_HOME/bin when no USE is specified.
2016-09-26 20:18:26 +09:00
Naoki Mizuno
ca9398b556 Fix missing slash in omz source 2016-09-26 04:23:17 +09:00
Naoki Mizuno
08a862d556 Fix typo
Variable unclassified_plugins introduced in:
a106eeda6f393eb91ddac33931e3dc0cf97ccdb0
2016-09-25 05:31:12 +09:00
b4b4r07
6eaca881c1 Fix a bug that mixed with $reply array of unrelated elements 2016-09-21 10:51:53 +09:00
Naoki Mizuno
a106eeda6f Fix lazy:true from local files/directories
When specifying:

    zplug "$SOME_PATH", from:local, lazy:true

If $SOME_PATH is a path to a file, the parent directory of that file is added
to fpath and the file is autoload-ed. If it's a directory, that directory is
added to fpath but the files in it are not autoload-ed.
2016-09-13 09:02:26 +09:00
Naoki Mizuno
3c20d8258b Fix omz failing to update
This is due to the update function not being able to cd into the directory.
2016-09-11 10:17:45 +09:00
Naoki Mizuno
aa78cb64b5 Fix redundant omz directories added to fpath 2016-09-11 10:16:12 +09:00
Naoki Mizuno
462c016a15 Take USE tag into consideration 2016-09-02 22:34:10 +09:00
Naoki Mizuno
ec1226571f Fix $tags[dir] not normalized 2016-09-02 22:12:03 +09:00
b4b4r07
65ee221d5a Fix #239 2016-08-30 20:29:01 +09:00
b4b4r07
a8f9f988a9 Logging "too few arguments" instead of "${var:?}" 2016-08-07 20:58:35 +09:00
b4b4r07
bb0e48e4f4 v2.1.1 2016-08-07 17:34:29 +09:00
Ivan Solyankin
218b5145f2 change /bin/zsh to more universal /usr/bin/env zsh 2016-05-26 23:18:21 +03:00
Thomas Bouve
f4dcfa536c Replaced tab with spaces 2016-05-24 13:40:54 +02:00
Thomas Bouve
f902636858 Added ZSH_CACHE_DIR variable for oh-my-zsh 2016-05-23 18:51:49 +02:00
Naoki Mizuno
2f68c943a2 Merge branch 'package-install-folder' of https://github.com/ys-nuem/zplug into package-install-folder 2016-05-06 02:24:14 -04:00
Naoki Mizuno
36836abc1a Remove useless statements and variables 2016-05-02 21:58:39 -04:00
Naoki Mizuno
2ffbe64189 Fix duplicated plugins
This bug is caused when nice value is set because the plugin is added to
nice_plugins twice: once in the external source and the second time in
__load__.
2016-05-02 21:58:12 -04:00
Yusuke Sasaki
79bea3d2bb WIP: Change installation folder of plugin packages from $ZPLUG_HOME/repo to $ZPLUG_REPOS 2016-05-02 02:43:34 +09:00
Naoki Mizuno
e01833c95e Change directory structure
lib/     -> base/
src/     -> misc/
src/ext/ -> base/sources/
2016-04-13 01:25:51 -04:00