1. bae8a1c Make it so rbenv doesn't try to run if it's not installed by Mike Thornton · 13 years ago
  2. 4c3f21a add a little docblock explaining about it by Travis Swicegood · 13 years ago
  3. 576fcb6 Ignore files that begin with an underscore (bandaid for #108) by Travis Swicegood · 13 years ago
  4. 2086a05 fix typo by Erich Smith · 13 years ago
  5. e3011c5 more portable pass function by Erich Smith · 13 years ago
  6. a3c3caa help metadata for base plugin by Erich Smith · 13 years ago
  7. 3fc60b5 Fix bogus bash binary location by Eitan Adler · 13 years ago
  8. a74279d Fix typo (thanks @rdmurphy) by Travis Swicegood · 13 years ago
  9. 1372e7d add a few more helpers for virtualenv by Travis Swicegood · 13 years ago
  10. c79d7b0 Merge remote-tracking branch 'antono/fix-xterm-plugin' by Travis Swicegood · 13 years ago
  11. 1527630 Updated node version manager plugin to current master by Antono Vasiljev · 13 years ago
  12. f3c6300 Install xterm title only for xterm by Antono Vasiljev · 13 years ago
  13. 0a729a4 remove random debug comments by Travis Swicegood · 13 years ago
  14. a639898 Add in autoenv from @kennethreitz by Travis Swicegood · 13 years ago
  15. ea0dc44 Switch to echo -e and use echo safe colors (fixes: #96) by Travis Swicegood · 14 years ago
  16. 12167fb Merge pull request #88 from victorcoder/master by Robert Evans · 14 years ago
  17. 538980c Set terminal emulatior title by Antono Vasiljev · 14 years ago
  18. aa622e8 add mkvenv shortcut by Travis Swicegood · 14 years ago
  19. e7deb90 Typos in plugin by Victor Castell · 14 years ago
  20. ef4111e rbenv plugin by Victor Castell · 14 years ago
  21. 18bccea Updated nvm.plugin.bash by Antono Vasiljev · 14 years ago
  22. ba8fde8 Make gshuf alias checker work on other bash versions by Mark Szymanski · 14 years ago
  23. 5764340 Add simple password generator by Mark Szymanski · 14 years ago
  24. dcdfd66 BOOKMARKing:remove absolute path of sed, to make compatible with OS X by Yakkala Yagnesh Raghava · 14 years ago
  25. c6e096e Add BOOKMARKing functionality to dirs plugin by Yakkala Yagnesh Raghava · 14 years ago
  26. 1051720 Add error throw for no file specified by Mark Szymanski · 14 years ago
  27. 561c4d6 Move extract.bash to a proper location by Mark Szymanski · 14 years ago
  28. 8c7b8f2 Node version manager as plugin by Antono Vasiljev · 14 years ago
  29. 3cd70de adds a tmuxinator plugin by Travis Swicegood · 14 years ago
  30. 3a2b525 Added prevcurl function Downloads a file and opens it in Preivew.app by Mark Szymanski · 14 years ago
  31. e1a299e Implement JEKYLL_EDITOR variable by Mark Szymanski · 14 years ago
  32. 1a96945 Fix grammar on error message by Mark Szymanski · 14 years ago
  33. 9ad7964 Add support for multiple Jekyll sites by Mark Szymanski · 14 years ago
  34. 11b5955 Revert "move garb into git plugins; rename newpost as jknewpost" by David DeSandro · 14 years ago
  35. 65ce6fd Merge branch 'master' of https://github.com/desandro/bash-it by JFSIII · 14 years ago
  36. 1b7c941 Convert themes and plugins to use the update colors. Themes are no longer burdened with escaping the unprintable characters by JFSIII · 14 years ago
  37. d22a4cf move garb into git plugins; rename newpost as jknewpost by David DeSandro · 14 years ago
  38. 279b60e Merge pull request #51 from tswicegood/javascript-update by Travis Swicegood · 14 years ago
  39. b740d7f Make sure that RVM is loaded before defining extras by Travis Swicegood · 14 years ago
  40. 20d5f97 Load RVM and auto-completion is available by Travis Swicegood · 14 years ago
  41. a694d2d Allow specifying jQuery/jQuery UI version number and update defaults by Travis Swicegood · 14 years ago
  42. 4898fa9 Add pmdown function for previewing markdown files by Mark Szymanski · 14 years ago
  43. 516ce40 Git ignore works now by Mark Szymanski · 14 years ago
  44. ffa45b0 Create the concept of enabled plugins by Travis Swicegood · 14 years ago
  45. 8392f29 Unset the MACTEXT_PATH var so it doesn't leak through to env by Travis Swicegood · 14 years ago
  46. ad502d9 make sure tmux is launched in 256 color mode by Travis Swicegood · 14 years ago
  47. 97e73f4 add support for mactex if its present by Travis Swicegood · 14 years ago
  48. b2857a3 added git_stats function to git plugin collection by Florian Baumann · 14 years ago
  49. 0798a80 removed hcht plugin. there are several bugs which couldn't be fixed so far without rewriting the whole module by Florian Baumann · 14 years ago
  50. e56c71a Added 'tonka' prompt, and personal color scheme. by Daniel Engel · 14 years ago
  51. 63c60e5 Added "down4me" plugin by Mark Szymanski · 14 years ago
  52. 63a00c7 * 2 new functions, wmate & raw by Robert Lowe · 14 years ago
  53. 7ae2952 Fix bug of battery plugin not displaying right low percentages (Linux) by Jesus de Mula Cano · 14 years ago
  54. b79fc5d Add beginings of mac os support for the battery plugin by Jesus de Mula Cano · 14 years ago
  55. f98a728 Check for OS type in demula theme prompt string by Jesus de Mula Cano · 14 years ago
  56. cced727 fix deleting screw up by Jesus de Mula Cano · 14 years ago
  57. fe9116c change back http alias and check for Linux to use python2 by Jesus de Mula Cano · 14 years ago
  58. 1080af3 Update battery.plugin to check for acpi existence by Jesus de Mula Cano · 14 years ago
  59. 229aa83 Add command_exists function to base.plugin from http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script: by Jesus de Mula Cano · 14 years ago
  60. 23de53a battery plugin code clean up by Jesus de Mula Cano · 14 years ago
  61. 8188b91 new battery plugin that shows energy in a "bar" all done with acpi and bash by Jesus de Mula Cano · 14 years ago
  62. 5f8e0c4 python plugin updated to work with archlinux (envvar python is python 3 not 2). by Jesus de Mula Cano · 14 years ago
  63. 27baae9 Add support for virtualenvwrapper if its present by Travis Swicegood · 14 years ago
  64. e787f26 Added lsgrep() function and comments for mkcd() function by Mark Szymanski · 14 years ago
  65. bacc623 Post dates now include the year by Mark Szymanski · 15 years ago
  66. 91835d5 Added quoting for $EDITOR's with spaces by Mark Szymanski · 15 years ago
  67. f3a4d44 Moved variable and fixed formatting for 'editpost' by Mark Szymanski · 15 years ago
  68. 3c0ea67 Added 'editpost' function for jekyll plugins by Mark Szymanski · 15 years ago
  69. ab44572 added minimal config backup function buf() by Florian Baumann · 15 years ago
  70. 2ce1267 added https://github.com/rupa/z as a plugin by Rich Manalang · 15 years ago
  71. 3385071 Merge branch 'master' of git://github.com/revans/bash-it by Rich Manalang · 15 years ago
  72. c00bde6 moved config of hcht to bash_profile template by Florian Baumann · 15 years ago
  73. d25288f fixed readme by Florian Baumann · 15 years ago
  74. aa228fb added handmade commandline history tool by Florian Baumann · 15 years ago
  75. 835bcab Added Link post type. by Mark Szymanski · 15 years ago
  76. aaa1071 added git_info function to git plugin by Florian Baumann · 15 years ago
  77. 6229597 Added quiet function to run command in background. by Mark Szymanski · 15 years ago
  78. 7f721fe completion to help command added by Fedyashev Nikita · 15 years ago
  79. 5f6125e refactored version; valid workflow by Fedyashev Nikita · 15 years ago
  80. 4350c3f Vagrant autocompletion: base working version by Fedyashev Nikita · 15 years ago
  81. 415d8b7 Added support for Textile formatting in newpost() by Mark Szymanski · 15 years ago
  82. 14c78bf Added check to make sure the user is using Markdown formatting with newpost() by Mark Szymanski · 15 years ago
  83. 12d8abd Added ability to choose post type with newpost() function. by Mark Szymanski · 15 years ago
  84. c8f94b0 Added shebang by Mark Szymanski · 15 years ago
  85. 7b13120 Changed 'cd's to 'builtin cd's, because I have a modified cd command (cd then ls) and it can get annoying when using the Jekyll aliases. by Mark Szymanski · 15 years ago
  86. 02d65af added pipe-able browser hack from defunkt by Florian Baumann · 15 years ago
  87. 6a890d2 os x fix for plugins-help() by Florian Baumann · 15 years ago
  88. cecbae5 added plugins-help message by Florian Baumann · 15 years ago
  89. 64eb338 Fixed error that would occur on Mac OS X reporting misplaced ) by Mark Szymanski · 15 years ago
  90. 4b26a78 Added t alias for one thing todo. Inspired by http://onethingwell.org/post/758016936/one-thing-todo by Mark Szymanski · 15 years ago
  91. b7fcfd7 Merge branch 'master' of github.com:revans/bash-it by Robert R Evans · 15 years ago
  92. 5a7174a Added banish-cookies function. Inspired by http://onethingwell.org/post/1480517866/banish-flash-cookies by Mark Szymanski · 15 years ago
  93. e176116 spelling error in usage by Florian Baumann · 15 years ago
  94. 827578c added dock-switch to osx plugin. switches between 3d and 2d by Florian Baumann · 15 years ago
  95. 2d9da1f Merge branch 'master' of http://github.com/noqqe/bash-it into noqqe-master by Robert R Evans · 15 years ago
  96. e45e72e usage() for os x and linux by Florian Baumann · 15 years ago
  97. 1a045de Added newpost plugin. Creates a new jekyll post with the current date, and a user specified title. Even fills in the YAML Front Matter. Sorry if that seemed like bragging, I just wanted everyone to notice so they could make use of it better... by Mark Szymanski · 15 years ago
  98. a8fc3c7 Added jekyll.plugins.bash file by Mark Szymanski · 15 years ago
  99. 123c3be Moved mkcd function from aliases/general.aliases.bash to plugins/base.plugins.bash by Mark Szymanski · 15 years ago
  100. 468c0c5 Merged in mrman208's additions. by Robert R Evans · 15 years ago