1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-21 23:16:14 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
b4b4r07 a0c2885b5f Use unaliased cat 2018-05-15 03:26:41 +09:00
Aoi Tachibana 368febd799
update ci script
Change S1cK94/minimal -> b4b4r07/ultimate
2018-02-14 09:15:59 +09:00
b4b4r07 15a59082c3 Update release script 2017-12-30 06:21:51 +09:00
b4b4r07 d20997fa78 update release script 2017-12-29 00:53:50 +09:00
b4b4r07 4a67f1e57d Add release script 2017-12-29 00:53:50 +09:00
zplug-man 9819d039cf Merge pull request #330 from iladin/master
Add gitlab support
2017-01-18 13:24:35 +09:00
b4b4r07 164f960039 Fix #350
If set globsubst option, this error occur:

```
__list__:92: bad pattern: s/(as|use|at|ignore|lazy|commit|dir|of|rename-to|from|do|defer|file|hook-load|depth|if|nice|frozen|hook-build|on):/^[[33m
```

and several bug fixes
2017-01-07 23:51:57 +09:00
b4b4r07 7da9aae279 Add test 2017-01-05 22:47:53 +09:00
iladin 1a5ea5a523 Merge branch 'master' of https://github.com/zplug/zplug 2017-01-04 19:18:49 -08:00
iladin 269d5f552c Added Gitlab support
clone of bitbucket.zsh
2017-01-04 19:06:19 -08:00
b4b4r07 adfbd2e77b Fix completion bug and add the tag descriptions 2016-12-29 23:41:01 +09:00
b4b4r07 e50de98337 Add some new options to list command
- Organize internal specifications
- Add --loaded option to list loaded packages
- Add --installed option to list installed packages

`list` command only lists the contents of $zplugs array.
These options were necessary to list packages such as installed.
2016-12-26 21:02:59 +09:00
b4b4r07 6ed0d984ab Fix typo
find . -type f -print0 | xargs -0 misspell -w
2016-12-22 20:07:00 +09:00
BABAROT 680cc7fa2f Merge pull request #318 from 39e/master
Delete obsolete option.
2016-12-22 19:29:17 +09:00
b4b4r07 31c380d33a Add --self-manage option to zplug instead of update --self 2016-12-22 18:08:03 +09:00
b4b4r07 3b029e55a6 Allow user-defined functions to be executed as subcommands like user-defined commands
Inspired by #316
2016-12-22 00:08:18 +09:00
Aoi Tachibana f39db66938
Delete obsolete option. 2016-12-21 17:03:22 +09:00
b4b4r07 501687f474 Update log 2016-12-16 00:47:08 +09:00
b4b4r07 897af91f2f Fix test and improve performance 2016-12-13 23:24:33 +09:00
b4b4r07 78e60c5d93 Merge remote-tracking branch 'origin/master' into new-spinners 2016-12-09 15:01:51 +09:00
b4b4r07 ec8b920a9a Skip some tests 2016-12-08 13:56:37 +09:00
b4b4r07 aa23e8b5a4 Change test case 2016-12-07 16:25:40 +09:00
b4b4r07 08becca230 Fix a bug related to prezto load path calculation 2016-12-07 16:21:31 +09:00
b4b4r07 bd4b018f81 Make test fail with prezto 2016-12-07 00:58:27 +09:00
b4b4r07 6c9d912a29 Add docs of the defer tag
Related P-R: #26
2016-12-03 20:08:10 +09:00
b4b4r07 db410d27e7 Remove nice tag and add defer tag instead 2016-12-01 19:15:23 +09:00
b4b4r07 bd3167bf2f Remove --profile and refactor the flow of load and cache 2016-12-01 14:05:21 +09:00
b4b4r07 135dc7fef2 Docs and refactoring 2016-11-29 21:48:29 +09:00
b4b4r07 c6c8b1742c Add new spinners 2016-10-19 22:11:39 +09:00
b4b4r07 33619b7547 Fix travis ci
this is an external factor
2016-10-05 01:32:07 +09:00
b4b4r07 7b2b713667 Add new --log arguments
Accept and interpret jq arguments and so on
2016-08-07 21:30:09 +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
b4b4r07 3b649d27c7 Fix the completion of first argument 2016-05-05 15:46:40 +09:00
b4b4r07 b7755428ea Update docs and add new help system 2016-05-04 17:49:40 +09:00
Naoki Mizuno e01833c95e Change directory structure
lib/     -> base/
src/     -> misc/
src/ext/ -> base/sources/
2016-04-13 01:25:51 -04:00