b4b4r07
37fbc4da8b
LICENSE etc
2020-02-01 02:37:26 +09:00
b4b4r07
8f14b4850d
New version 2.4.2
2017-12-29 00:53:50 +09:00
Aoi Tachibana
9fdb3889e0
Merge pull request #422 from 5c0t-qi/Fix_a_typo
...
Fix a typo in README.md (Japanese)
2017-08-11 21:52:38 +09:00
5c0t-qi
fd2d4c0bd7
Fix a typo in README.md (Japanese)
2017-07-02 20:08:17 +09:00
s4kr4
02b8b14eb7
Follow English README.md and fix typo
2017-07-01 03:11:00 +09:00
BABAROT
0b390bbfce
Merge pull request #320 from 39e/add-zplug_bin
...
Add environment variable
2017-02-12 23:56:47 +09:00
zplug-man
9819d039cf
Merge pull request #330 from iladin/master
...
Add gitlab support
2017-01-18 13:24:35 +09:00
Aoi Tachibana
588798bcde
Add $ZPLUG_BIN
2017-01-14 12:01:59 +09:00
zplug-man
73b71c483c
Bump latest 2.4.1
2017-01-09 03:16:16 +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
zplug-man
d0d13d2b9d
Merge pull request #313 from zplug/improve-rename-to
...
Supports multiple renames
2016-12-28 20:03:41 +09:00
b4b4r07
02164a9b57
Update docs about new "rename-to" tag
2016-12-28 13:17:52 +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
9ecd761525
Merge pull request #325 from zplug/self-management
...
Add --self-manage option to zplug instead of update --self
Fix #311
2016-12-22 20:01:57 +09:00
b4b4r07
cb7a50ce20
Update man pages
2016-12-22 19:51:17 +09:00
zplug-man
4ae482d435
Bump latest 2.4.0
2016-12-22 15:43:47 +09:00
Aoi Tachibana
9eb3d31a91
✏️ Delete --self
option from update
command.
...
zplug/zplug#318
2016-12-21 21:29:22 +09:00
zplug-man
296645a990
Bump latest 2.3.4
2016-12-09 02:10:54 +09:00
zplug-man
f091192b64
Merge pull request #294 from zplug/improve-cache
...
Improve cache system
2016-12-09 01:57:16 +09:00
b4b4r07
f051db81de
Bump stable version 2.3.2
2016-12-08 16:17:39 +09:00
b4b4r07
6c9d912a29
Add docs of the defer tag
...
Related P-R: #26
2016-12-03 20:08:10 +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
zplug-man
3cf3408c6f
Bump latest 2.3.3
2016-11-22 20:19:39 +09:00
b4b4r07
859bd6c6d7
Update man pages
2016-11-21 19:05:22 +09:00
b4b4r07
c4c3e90f3b
Fix author name in docs
2016-11-21 18:54:05 +09:00
b4b4r07
c7f10b0ad5
Update docs
2016-11-21 18:53:50 +09:00
Naoki Mizuno
59b32f5d16
Update info about external sources
...
Fix #273 .
2016-10-13 21:04:57 +09:00
zplug-man
c05915460f
Bump stable 2.3.2
2016-10-11 23:34:11 +09:00
b4b4r07
318eb9a50d
Bump 2.3.2
2016-10-11 13:04:40 +09:00
Naoki Mizuno
cb45133b02
Fixup for 7761d06c248720a5634698cfcc7bb362f5973c8a
2016-10-10 16:12:04 +09:00
Naoki Mizuno
7761d06c24
Deprecate ZPLUG_CLONE_DEPTH
...
Please use:
zstyle 'zplug:tag' depth 42
instead. Fix #243 .
2016-10-10 15:47:16 +09:00
b4b4r07
13c30676a1
Follow the latest version
2016-10-07 22:49:28 +09:00
Chris Watson
30562a23ac
docs: typo fix - replace 'birary' with 'binary'
2016-10-07 06:12:56 -04:00
zplug-man
0d61f47495
Bump 2.3.1
2016-10-06 22:54:00 +09:00
Naoki Mizuno
99905adf4b
Add prezto docs
2016-10-04 21:17:16 +09:00
zplug-man
f7a967f60a
Bump 2.3.0
2016-10-04 00:06:38 +09:00
Naoki Mizuno
dd46a5439f
Bump version (2.2.4)
2016-09-26 11:11:59 +09:00
Naoki Mizuno
41c96f6704
Bump version (2.2.3)
2016-09-22 08:43:58 +09:00
Naoki Mizuno
9d1388505a
Fix typo
2016-09-22 08:32:00 +09:00
Naoki Mizuno
282fdc97cc
Update README (Japanese)
2016-09-22 08:31:45 +09:00
ChangZhuo Chen (陳昌倬)
ad86df3171
Fix typos
2016-08-27 22:29:18 +08:00
b4b4r07
83c66c684a
Add releases feature to Makefile and Update docs
...
- Update README.md and ja README.md
- Update releases feature in Makefile
2016-08-23 23:29:42 +09:00
b4b4r07
fa1d97ac81
Update doc and some bug fixes
2016-08-08 01:25:27 +09:00
b4b4r07
bb0e48e4f4
v2.1.1
2016-08-07 17:34:29 +09:00
b4b4r07
b2ad7aeb18
Abolish the feature that is resolved with a relative path from ZPLUG_HOME
...
See #207
2016-07-25 20:49:01 +09:00
Ivan Solyankin
218b5145f2
change /bin/zsh to more universal /usr/bin/env zsh
2016-05-26 23:18:21 +03:00
Okura Masafumi
45b8533dcf
Fix typo in documentation
2016-05-13 10:27:14 +09:00