1
0
mirror of https://github.com/zplug/zplug synced 2025-08-30 17:50:43 +02:00

Commit Graph

  • 7136eec01f Add patterns for completion b4b4r07 2015-11-28 21:52:11 +0900
  • 58fc0b50b5 Add --verbose option to load command b4b4r07 2015-11-28 21:51:49 +0900
  • 8bd22e028c Support Gist clone b4b4r07 2015-11-28 19:21:12 +0900
  • 2002ed427c 📝 Update b4b4r07 2015-11-28 17:41:20 +0900
  • 2987a980e3 Fix some wrong statements and bugs b4b4r07 2015-11-28 15:57:05 +0900
  • e88cf98b1d Merge branch 'pr' b4b4r07 2015-11-28 12:13:14 +0900
  • abe0d54e04 Solve the problem of spaces and commas b4b4r07 2015-11-27 20:54:50 +0900
  • 7832846014 Solve the problem of spaces and commas b4b4r07 2015-11-27 20:54:50 +0900
  • 1715a61d5f Merge pull request #10 from jedahan/zsh-history-substring-search BABAROT 2015-11-28 10:55:05 +0900
  • 297cfb08b2 Remove trailing whitespace from zplug Joe Block 2015-11-27 17:30:04 -0800
  • b455b8a9b2 Add link to awesome-zsh-plugins Joe Block 2015-11-27 17:26:40 -0800
  • c9cea8cf8d Strip trailing whitespace from README.md Joe Block 2015-11-27 17:26:22 -0800
  • 1017e77498 zsh-substring-search is not a real plugin, zsh-history-substring-search is Jonathan Dahan 2015-11-27 14:58:44 -0500
  • 54090b1d43 📝 Update b4b4r07 2015-11-27 20:23:56 +0900
  • 23a44ded8c Remove multi byte chars b4b4r07 2015-11-27 20:12:44 +0900
  • fde8cb1196 Change self update behavior b4b4r07 2015-11-27 19:01:42 +0900
  • de84e13a0f Add self manegement b4b4r07 2015-11-27 16:39:26 +0900
  • d1084d613c Fix and modify some statements b4b4r07 2015-11-27 15:23:46 +0900
  • 299b73134a Add help message b4b4r07 2015-11-27 11:44:46 +0900
  • d3578dba7d Modify trap location and its contents b4b4r07 2015-11-27 11:44:35 +0900
  • 8913c84777 Add error handlings (using trap) b4b4r07 2015-11-27 11:07:59 +0900
  • d572346800 Remove CHANGELOG.md (will merge into zplug header) b4b4r07 2015-11-27 01:17:59 +0900
  • 8a0d62a482 🐛 Fix install's verbose option bug b4b4r07 2015-11-27 01:14:44 +0900
  • 2f90934deb 📝 Update b4b4r07 2015-11-27 01:14:21 +0900
  • bd9452e617 📝 Update b4b4r07 2015-11-27 00:17:38 +0900
  • b5fd45cee8 Fix some statements b4b4r07 2015-11-26 23:11:38 +0900
  • d93adc8f6a Make frozen specifier more flex and useful b4b4r07 2015-11-26 23:11:18 +0900
  • 2e3a15ba8e Add --verbose option to install command b4b4r07 2015-11-26 23:10:49 +0900
  • f78d05c7c6 Change $ZPLUG_HOME b4b4r07 2015-11-26 23:09:08 +0900
  • de02bcccc3 🔧 Refactoring b4b4r07 2015-11-26 22:15:51 +0900
  • 730d41b2aa 💪 Make competion function more flex and useful b4b4r07 2015-11-26 18:42:39 +0900
  • b6b799ec9d 📝 Update b4b4r07 2015-11-26 18:41:40 +0900
  • 837ef3b28b 🆒 version++ b4b4r07 2015-11-26 18:32:08 +0900
  • 3dddc2d23a Update header message and raw url b4b4r07 2015-11-26 18:22:23 +0900
  • b251bc5f87 Add status command b4b4r07 2015-11-26 16:09:07 +0900
  • 46db4ad717 Add simple validator for zplug b4b4r07 2015-11-26 16:04:07 +0900
  • f4b4eef673 🆒 Support argumnent for zplug install b4b4r07 2015-11-26 12:20:03 +0900
  • a2a1c11892 📝 Update b4b4r07 2015-11-26 01:07:35 +0900
  • 5248b0b6bc Support shallow clone and add commit specifier b4b4r07 2015-11-26 01:00:26 +0900
  • 68e6744df6 Group dependencies b4b4r07 2015-11-25 21:45:46 +0900
  • ef34b510b4 Add CHANGELOG.md b4b4r07 2015-11-25 21:23:16 +0900
  • 508844301b 📝 Update b4b4r07 2015-11-25 21:23:10 +0900
  • 66f1b821d8 Implement check command b4b4r07 2015-11-25 12:25:54 +0900
  • 0f5986534b 🐛 Bugfix temporary b4b4r07 2015-11-25 12:14:34 +0900
  • 81c38619ec Add $ZPLUG_PROTOCOL b4b4r07 2015-11-25 10:11:59 +0900
  • 3ca82564ec Disable help message temporary b4b4r07 2015-11-25 10:11:31 +0900
  • d9cc328cd4 s/THREAD/THREADS/; and SHALLOW (coming soon) b4b4r07 2015-11-25 10:09:43 +0900
  • 0e6419d527 Completion b4b4r07 2015-11-25 10:04:42 +0900
  • d272aed3c9 Use builtin command and make variables read-only b4b4r07 2015-11-25 09:54:53 +0900
  • 090ee286a6 🆗 job control b4b4r07 2015-11-25 09:47:03 +0900
  • 862cb3942d Add version and help command b4b4r07 2015-11-25 00:14:14 +0900
  • be15d3e696 Add zsh shebang for GitHub syntax highlight b4b4r07 2015-11-24 21:41:39 +0900
  • 5699960ba3 📝 Update b4b4r07 2015-11-24 21:41:11 +0900
  • 79d5503c45 🎉 v0.1.0 b4b4r07 2015-11-24 19:58:55 +0900
  • 53f4e3f825 📝 Update b4b4r07 2015-11-24 17:09:04 +0900
  • 35b0388897 Implement update command and frozen specifier b4b4r07 2015-11-24 16:58:57 +0900
  • 46ea21a38e 📝 Update b4b4r07 2015-11-24 14:03:12 +0900
  • a4d830712c 🎨 Design b4b4r07 2015-11-24 14:02:05 +0900
  • 212aa753ed 🎨 Design b4b4r07 2015-11-24 12:48:00 +0900
  • ca694e1e0c 📝 Update b4b4r07 2015-11-24 00:46:15 +0900
  • b6e05a71d3 🎨 Design b4b4r07 2015-11-24 00:42:30 +0900
  • 877642f254 📝 Add README b4b4r07 2015-11-23 22:49:13 +0900
  • 8154317d65 🎨 Design b4b4r07 2015-11-23 13:26:52 +0900
  • e4e7bd1d52 🎨 Design b4b4r07 2015-11-23 00:09:48 +0900