1. ee793d4 Add a pyedit command thanks to @srossross by Travis Swicegood · 11 years ago
  2. 3b6180a Merge pull request #254 from aramprice/master by Travis Swicegood · 12 years ago
  3. adfd72a Fix so this works with the all themes (oops) by Travis Swicegood · 12 years ago
  4. 5ef3f81 Make chruby plugins conform to naming convention by aram price · 12 years ago
  5. aacc294 Merge pull request #247 from jimmynotjim/make-iso by Travis Swicegood · 12 years ago
  6. 55a37ad Fixed example arguments and added param arguments by jimmynotjim · 12 years ago
  7. 964850d Subtle change: Added a space in front of the command that's run in the by Nils Winkler · 12 years ago
  8. d5bfb7f Added plugin to create iso from current dir by jimmynotjim · 12 years ago
  9. 3aa33ea Removed due to Git handling this automatically by jimmynotjim · 12 years ago
  10. 5d22da9 Added new aliases and plugins for git by jimmynotjim · 12 years ago
  11. b48a0f2 Add chruby and chruby-auto plugins by aram price · 12 years ago
  12. 2813930 Add a wovenv to match mkvenv by Travis Swicegood · 13 years ago
  13. afe700f Remove --no-site-packages as that is now the default behavior by Travis Swicegood · 13 years ago
  14. 5c0e143 Make sure that the npm prefix is in PATH by Travis Swicegood · 13 years ago
  15. e9f00c9 Add code to handle node_modules path by Travis Swicegood · 13 years ago
  16. e1da40a Merge pull request #129 from erichs/todo.sh by Erich Smith · 13 years ago
  17. 998c097 Added Java plugin. by Nils Winkler · 13 years ago
  18. 339cfe9 conditionally define t() by Erich Smith · 13 years ago
  19. dd9fb10 conditionally define t() by Erich Smith · 13 years ago
  20. 758c4f3 test existence, not symlink by Erich Smith · 13 years ago
  21. a825c5f plugins-help is much faster by Erich Smith · 13 years ago
  22. 08e439c update plugin management by Erich Smith · 13 years ago
  23. 8051a85 disable z() if fasd is enabled by Erich Smith · 13 years ago
  24. 55e77de standardize plugins, update metadata by Erich Smith · 13 years ago
  25. 254d445 basic plugin management by Erich Smith · 13 years ago
  26. 2050274 Merge branch 'master' into plugin_metadata by Erich Smith · 13 years ago
  27. 57283d7 respect profile overrides by Erich Smith · 13 years ago
  28. 00cab2f Merge branch 'master' into todo.sh by Erich Smith · 13 years ago
  29. f3d4469 Fixed reload by expanding environment variable before defining the alias. by Nils Winkler · 13 years ago
  30. ff99e1f Fixed BASH_IT path in fasd configuration to use environment variable instead of fixed path. by Nils Winkler · 13 years ago
  31. f5badb3 add todo.txt-cli as a plugin by Erich Smith · 13 years ago
  32. 3f8fe61 update plugin documentation by Erich Smith · 13 years ago
  33. 248eb30 plugin-specific metadata by Erich Smith · 13 years ago
  34. 8926372 Merge remote-tracking branch 'erichs/fasd' by Travis Swicegood · 13 years ago
  35. 8bac035 Merge remote-tracking branch 'erichs/fix_pull_121' by Travis Swicegood · 13 years ago
  36. bae8a1c Make it so rbenv doesn't try to run if it's not installed by Mike Thornton · 13 years ago
  37. b9e985b update alias directory by Erich Smith · 13 years ago
  38. 3e76d67 fasd 0.5.4 plugin by Erich Smith · 13 years ago
  39. 5d32cf9 quote examples by Erich Smith · 13 years ago
  40. 4c3f21a add a little docblock explaining about it by Travis Swicegood · 13 years ago
  41. 576fcb6 Ignore files that begin with an underscore (bandaid for #108) by Travis Swicegood · 13 years ago
  42. 2086a05 fix typo by Erich Smith · 13 years ago
  43. e3011c5 more portable pass function by Erich Smith · 13 years ago
  44. a3c3caa help metadata for base plugin by Erich Smith · 13 years ago
  45. 3fc60b5 Fix bogus bash binary location by Eitan Adler · 13 years ago
  46. a74279d Fix typo (thanks @rdmurphy) by Travis Swicegood · 13 years ago
  47. 1372e7d add a few more helpers for virtualenv by Travis Swicegood · 13 years ago
  48. c79d7b0 Merge remote-tracking branch 'antono/fix-xterm-plugin' by Travis Swicegood · 13 years ago
  49. 1527630 Updated node version manager plugin to current master by Antono Vasiljev · 13 years ago
  50. f3c6300 Install xterm title only for xterm by Antono Vasiljev · 13 years ago
  51. 0a729a4 remove random debug comments by Travis Swicegood · 13 years ago
  52. a639898 Add in autoenv from @kennethreitz by Travis Swicegood · 13 years ago
  53. ea0dc44 Switch to echo -e and use echo safe colors (fixes: #96) by Travis Swicegood · 14 years ago
  54. 12167fb Merge pull request #88 from victorcoder/master by Robert Evans · 14 years ago
  55. 538980c Set terminal emulatior title by Antono Vasiljev · 14 years ago
  56. aa622e8 add mkvenv shortcut by Travis Swicegood · 14 years ago
  57. e7deb90 Typos in plugin by Victor Castell · 14 years ago
  58. ef4111e rbenv plugin by Victor Castell · 14 years ago
  59. 18bccea Updated nvm.plugin.bash by Antono Vasiljev · 14 years ago
  60. ba8fde8 Make gshuf alias checker work on other bash versions by Mark Szymanski · 14 years ago
  61. 5764340 Add simple password generator by Mark Szymanski · 14 years ago
  62. dcdfd66 BOOKMARKing:remove absolute path of sed, to make compatible with OS X by Yakkala Yagnesh Raghava · 14 years ago
  63. c6e096e Add BOOKMARKing functionality to dirs plugin by Yakkala Yagnesh Raghava · 14 years ago
  64. 1051720 Add error throw for no file specified by Mark Szymanski · 14 years ago
  65. 561c4d6 Move extract.bash to a proper location by Mark Szymanski · 14 years ago
  66. 8c7b8f2 Node version manager as plugin by Antono Vasiljev · 14 years ago
  67. 3cd70de adds a tmuxinator plugin by Travis Swicegood · 14 years ago
  68. 3a2b525 Added prevcurl function Downloads a file and opens it in Preivew.app by Mark Szymanski · 14 years ago
  69. e1a299e Implement JEKYLL_EDITOR variable by Mark Szymanski · 14 years ago
  70. 1a96945 Fix grammar on error message by Mark Szymanski · 14 years ago
  71. 9ad7964 Add support for multiple Jekyll sites by Mark Szymanski · 14 years ago
  72. 11b5955 Revert "move garb into git plugins; rename newpost as jknewpost" by David DeSandro · 14 years ago
  73. 65ce6fd Merge branch 'master' of https://github.com/desandro/bash-it by JFSIII · 14 years ago
  74. 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
  75. d22a4cf move garb into git plugins; rename newpost as jknewpost by David DeSandro · 14 years ago
  76. 279b60e Merge pull request #51 from tswicegood/javascript-update by Travis Swicegood · 14 years ago
  77. b740d7f Make sure that RVM is loaded before defining extras by Travis Swicegood · 14 years ago
  78. 20d5f97 Load RVM and auto-completion is available by Travis Swicegood · 14 years ago
  79. a694d2d Allow specifying jQuery/jQuery UI version number and update defaults by Travis Swicegood · 14 years ago
  80. 4898fa9 Add pmdown function for previewing markdown files by Mark Szymanski · 14 years ago
  81. 516ce40 Git ignore works now by Mark Szymanski · 14 years ago
  82. ffa45b0 Create the concept of enabled plugins by Travis Swicegood · 14 years ago
  83. 8392f29 Unset the MACTEXT_PATH var so it doesn't leak through to env by Travis Swicegood · 14 years ago
  84. ad502d9 make sure tmux is launched in 256 color mode by Travis Swicegood · 14 years ago
  85. 97e73f4 add support for mactex if its present by Travis Swicegood · 14 years ago
  86. b2857a3 added git_stats function to git plugin collection by Florian Baumann · 14 years ago
  87. 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
  88. e56c71a Added 'tonka' prompt, and personal color scheme. by Daniel Engel · 14 years ago
  89. 63c60e5 Added "down4me" plugin by Mark Szymanski · 14 years ago
  90. 63a00c7 * 2 new functions, wmate & raw by Robert Lowe · 14 years ago
  91. 7ae2952 Fix bug of battery plugin not displaying right low percentages (Linux) by Jesus de Mula Cano · 14 years ago
  92. b79fc5d Add beginings of mac os support for the battery plugin by Jesus de Mula Cano · 14 years ago
  93. f98a728 Check for OS type in demula theme prompt string by Jesus de Mula Cano · 14 years ago
  94. cced727 fix deleting screw up by Jesus de Mula Cano · 14 years ago
  95. fe9116c change back http alias and check for Linux to use python2 by Jesus de Mula Cano · 14 years ago
  96. 1080af3 Update battery.plugin to check for acpi existence by Jesus de Mula Cano · 14 years ago
  97. 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
  98. 23de53a battery plugin code clean up by Jesus de Mula Cano · 14 years ago
  99. 8188b91 new battery plugin that shows energy in a "bar" all done with acpi and bash by Jesus de Mula Cano · 14 years ago
  100. 5f8e0c4 python plugin updated to work with archlinux (envvar python is python 3 not 2). by Jesus de Mula Cano · 14 years ago