1
0
mirror of https://github.com/zplug/zplug synced 2025-08-23 22:24:29 +02:00

Commit Graph

  • 3d00b1da15 ignore plugin installation folder. Yusuke Sasaki 2016-04-30 18:50:00 +0900
  • 9da2df8335 Update help message (_ZPLUG_HELP) b4b4r07 2016-04-29 21:30:21 +0900
  • 4e03d14cd7 Merge pull request #170 from NigoroJr/zsh-theme-by-default BABAROT 2016-04-29 02:07:51 +0900
  • a7f0f94e3a Source .zsh-theme files by default Naoki Mizuno 2016-04-28 12:59:40 -0400
  • df3ee3fc02 Fix #163 (cache) b4b4r07 2016-04-28 20:28:20 +0900
  • ed1b0d61ea Fix #163 b4b4r07 2016-04-28 15:20:37 +0900
  • 267c9b1f57 Merge 9b3bd82bed6cbc53b02c200f80f536d80e31e639 into 593348e0d602bfbdf5f5027458a213133377b45b timothy eichler 2016-04-27 14:57:15 +0000
  • 9b3bd82bed Update README.md timothy eichler 2016-04-27 16:53:55 +0200
  • 593348e0d6 Merge pull request #161 from b4b4r07/v2 2.0.0 BABAROT 2016-04-27 22:06:21 +0900
  • b32a7b44d8 Fix tests v2 b4b4r07 2016-04-27 21:55:49 +0900
  • 94913445ed Update _ZPLUG_HELP variable b4b4r07 2016-04-27 21:18:11 +0900
  • 12e63b1ec6 Add docs about zstyle Naoki Mizuno 2016-04-26 17:30:14 -0400
  • 86febe764e Merge pull request #160 from b4b4r07/fix-149 Naoki Mizuno 2016-04-26 17:11:53 -0400
  • a90ac9aa7f Implement ":zplug:config:setopt" context b4b4r07 2016-04-25 01:20:57 +0900
  • 6412524f04 Add docs about depth tag Naoki Mizuno 2016-04-24 10:52:01 -0400
  • 8572341303 Add ":zplug:config" context to zstyle (and _ZPLUG_CONFIG_SUBSHELL variable) b4b4r07 2016-04-23 19:04:17 +0900
  • bcc9fcec03 Merge pull request #159 from NigoroJr/fix-bug-in-157 BABAROT 2016-04-22 10:59:26 +0900
  • bcdf9d7b59 Fix bug introduced in #157 Naoki Mizuno 2016-04-21 08:37:54 -0400
  • f934e4bd93 Merge pull request #158 from NigoroJr/fix-installation-check BABAROT 2016-04-21 19:32:24 +0900
  • 45952c2ddc Merge pull request #157 from NigoroJr/prioritize-use-tag BABAROT 2016-04-21 19:08:03 +0900
  • a1b6fa38e5 Merge pull request #156 from NigoroJr/fix-variable-name BABAROT 2016-04-21 19:01:34 +0900
  • f02eaebfeb Merge pull request #155 from NigoroJr/fix-multiple-from-local BABAROT 2016-04-21 18:55:34 +0900
  • 007666271a Fix incorrect checking of installation results Naoki Mizuno 2016-04-20 13:50:11 -0400
  • 69ce633e72 Fix bad value used as source name Naoki Mizuno 2016-04-20 09:52:18 -0400
  • f0cffe77ab Update docs Naoki Mizuno 2016-04-20 09:37:28 -0400
  • 4de10a71fe Merge branch 'NigoroJr-rename-lib-directory' into v2 b4b4r07 2016-04-20 17:31:19 +0900
  • daa421624d Merge branch 'rename-lib-directory' of https://github.com/NigoroJr/zplug into NigoroJr-rename-lib-directory b4b4r07 2016-04-20 17:28:09 +0900
  • 69a3cb487a Fix variable name Naoki Mizuno 2016-04-20 00:42:35 -0400
  • 88c68f55fb Use the value specified with the use tag Naoki Mizuno 2016-04-20 00:41:34 -0400
  • b0bbee63af Apply changes made in 1c1eac6fba0a4ad149c0033d494c0fedc522dd01 Naoki Mizuno 2016-04-19 06:15:38 -0400
  • 32a2acdd2b Allow specifying glob paths as package names Naoki Mizuno 2016-04-19 06:07:14 -0400
  • 30a576956f Fix plugins not loaded when multiple from:local with same names Naoki Mizuno 2016-04-18 19:52:34 -0400
  • 1c1eac6fba Merge pull request #152 from agross/fix-spinner BABAROT 2016-04-18 19:10:57 +0900
  • 2cfd4477bc Fix spinner on Cygwin, closes #148 Alexander Groß 2016-04-18 11:08:22 +0200
  • e01833c95e Change directory structure Naoki Mizuno 2016-04-13 01:25:51 -0400
  • 295a595808 Merge pull request #147 from b4b4r07/fix-negative-nice-number Naoki Mizuno 2016-04-12 23:24:41 -0400
  • 272ee9888b Improve digit check in nice tag b4b4r07 2016-04-13 12:07:54 +0900
  • 2db40d19c2 Merge pull request #146 from b4b4r07/accept-multiple-slashes BABAROT 2016-04-12 18:57:56 +0900
  • 081cf40584 Fix negative number error on nice tag (#145) b4b4r07 2016-04-12 17:35:18 +0900
  • e1c529fdb7 Improve if condition b4b4r07 2016-04-12 17:29:20 +0900
  • 1874816485 Accept multiple slashes (#145) b4b4r07 2016-04-12 08:55:55 +0900
  • ecf6c2b416 Merge pull request #144 from NigoroJr/update-issue-template BABAROT 2016-04-11 17:19:26 +0900
  • dcdf4db16c Merge pull request #133 from danielbayley/v2 BABAROT 2016-04-11 17:19:10 +0900
  • fa58f7d318 Update issue template Naoki Mizuno 2016-04-11 03:37:20 -0400
  • fd54e2e697 Merge pull request #143 from NigoroJr/fix-status-printf BABAROT 2016-04-11 14:05:27 +0900
  • d4e5f3b426 Fix error in printf when running zplug status Naoki Mizuno 2016-04-11 00:56:06 -0400
  • 3534034b25 Merge pull request #142 from NigoroJr/fix-update BABAROT 2016-04-11 13:50:23 +0900
  • ce31b59391 Fix zplug update not updating packages Naoki Mizuno 2016-04-11 00:33:43 -0400
  • 706f894f2b Add requirements Naoki Mizuno 2016-04-11 00:20:05 -0400
  • 8ac7e8e6e1 Merge pull request #136 from NigoroJr/hook-build-load BABAROT 2016-04-11 01:32:45 +0900
  • 1504a3878a Merge pull request #140 from NigoroJr/load-patterns BABAROT 2016-04-09 23:49:30 +0900
  • b7664ae18b Move assignment from load_patterns into case statement Naoki Mizuno 2016-04-08 12:09:20 -0400
  • e122dcb1c1 Merge 45171d5f72183e266166d9b9a50bedf271a1ba80 into 78cfe440ec6018e9d9d02cbfe6f14d6784c32c84 BABAROT 2016-04-08 10:08:44 +0000
  • 45171d5f72 Fix #138 b4b4r07 2016-04-08 19:06:00 +0900
  • cd064941ce Improve __releases__ b4b4r07 2016-04-08 01:48:26 +0900
  • ae713e36fb Fix hook-build and hook-load not evaluated Naoki Mizuno 2016-04-07 10:23:52 -0400
  • 5d7315f626 Merge pull request #135 from NigoroJr/clone-cd-error BABAROT 2016-04-07 23:08:22 +0900
  • 5c20a67d25 Do not cd into repo directory if clone failed Naoki Mizuno 2016-04-07 09:57:25 -0400
  • f5164d486a Merge pull request #134 from NigoroJr/checkout-error BABAROT 2016-04-07 16:14:47 +0900
  • 01d94d497c Fix zplug trying to checkout in not-git repo directories Naoki Mizuno 2016-04-06 22:45:18 -0400
  • 95d6575760 Automatically set executable permissions on commands Daniel Bayley 2016-04-06 02:24:21 +0200
  • ab3c17a482 Fix typo Naoki Mizuno 2016-04-05 06:36:39 -0400
  • 22d124b4e6 Update tags to rename-to in the docs Naoki Mizuno 2016-04-05 06:32:35 -0400
  • ddbaabfb4c Merge pull request #124 from NigoroJr/rename-to-rename-to BABAROT 2016-04-05 13:59:22 +0900