1. d0ffb0d Merge remote-tracking branch 'berenm/master' by Travis Swicegood · 13 years ago
  2. 94a7b78 Revert "Revert new color framework" by Travis Swicegood · 13 years ago
  3. 87d7d7a Fixed issue #103 caused by "normal" colors not reseting bold/underline/... text attributes. by Beren Minor · 13 years ago
  4. 39df027 Revert new color framework by Travis Swicegood · 13 years ago
  5. 0a729a4 remove random debug comments by Travis Swicegood · 13 years ago
  6. a639898 Add in autoenv from @kennethreitz by Travis Swicegood · 13 years ago
  7. 8056192 Add in Fabric auto-completion (thanks @underself). by Travis Swicegood · 13 years ago
  8. f6d9325 Fix a typo so new-session can be completed by Travis Swicegood · 13 years ago
  9. b1fe456 Merge remote-tracking branch 'jpschewe/master' by Travis Swicegood · 13 years ago
  10. 92c9759 Fix typo in option check by Jon Schewe · 13 years ago
  11. 8052e97 Merge remote-tracking branch 'jpschewe/master' by Travis Swicegood · 14 years ago
  12. 68b0392 Merge remote-tracking branch 'upstream/master' by Jon Schewe · 14 years ago
  13. 9e80864 Tmux completion by Jon Schewe · 14 years ago
  14. 8fc3fdd Merge pull request #99 from berenm/master by Travis Swicegood · 14 years ago
  15. 879d540 Even better color framework. by Beren Minor · 14 years ago
  16. 1da06a4 Improved color framework. by Beren Minor · 14 years ago
  17. 87c989e Merge pull request #98 from nwinkler/bash-it-maven-aliases by Travis Swicegood · 14 years ago
  18. 54d7a4e Added aliases for Maven by Nils Winkler · 14 years ago
  19. c658763 Merge pull request #97 from robertjung/fix_mbriggs_theme by Travis Swicegood · 14 years ago
  20. 54ffcc0 Add new ruby_version_prompt to mbriggs theme by Robert Jung · 14 years ago
  21. b988a3e Merge remote-tracking branch 'hmans/rbfu_support' by Travis Swicegood · 14 years ago
  22. 1be4467 Update (most) themes to use new ${ruby_version_prompt} variable. by Hendrik Mans · 14 years ago
  23. ea0dc44 Switch to echo -e and use echo safe colors (fixes: #96) by Travis Swicegood · 14 years ago
  24. ae3acff Add echo_ prefixed colors that work with echo -e (re: #96) by Travis Swicegood · 14 years ago
  25. 2e8be86 Introduce $(ruby_version_prompt), wrapping around rbfu, rbenv and RVM support. by Hendrik Mans · 14 years ago
  26. d356ecb Add rbfu support. by Hendrik Mans · 14 years ago
  27. 12167fb Merge pull request #88 from victorcoder/master by Robert Evans · 14 years ago
  28. ce6ec17 Merge pull request #92 from antono/master by Robert Evans · 14 years ago
  29. 538980c Set terminal emulatior title by Antono Vasiljev · 14 years ago
  30. bd61f6e Added bash functions preexec() and precmd() by Antono Vasiljev · 14 years ago
  31. fd9db22 Merge pull request #87 from nwinkler/ssh-completion-bash-it by Travis Swicegood · 14 years ago
  32. aa622e8 add mkvenv shortcut by Travis Swicegood · 14 years ago
  33. 7dca9ae Merge pull request #89 from mbriggs/master by Travis Swicegood · 14 years ago
  34. afbb092 adds a ruby/git oriented theme by Matt Briggs · 14 years ago
  35. e7deb90 Typos in plugin by Victor Castell · 14 years ago
  36. ef4111e rbenv plugin by Victor Castell · 14 years ago
  37. 76fcb58 envy theme to implement rbenv version promt by Victor Castell · 14 years ago
  38. 9df9ac3 Fixed SSH completion to include both config and known_hosts. Works on OS X for me if set up like that. by Nils Winkler · 14 years ago
  39. b59ee65 Make sure that the new BASH_IT/BASH_IT_THEME maintains BC by Travis Swicegood · 14 years ago
  40. b6d444d Move this back to its original location by Travis Swicegood · 14 years ago
  41. ad7c1eb Merge remote-tracking branch 'jfsiii/master' by Travis Swicegood · 14 years ago
  42. e319423 `$BASH_IT` should be conditionally defined before use. by John Schulz · 14 years ago
  43. 7483c6d Custom themes should be loaded *after* the base theme. by John Schulz · 14 years ago
  44. ea131c8 Merge pull request #84 from jpschewe/master by Travis Swicegood · 14 years ago
  45. 7d18ccc Remove error message when enabled directory is empty by Jon Schewe · 14 years ago
  46. b2b629e New prompt functions and variables by John Schulz · 14 years ago
  47. 323ce20 Replace `$BASH` with `$BASH_IT` because `$BASH` is already used on *nix systems for the pathname to the executable (http://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#Bash-Variables) by John Schulz · 14 years ago
  48. 1121438 Merge branch 'master' of http://github.com/revans/bash-it by John Schulz · 14 years ago
  49. 8c98ddc Merge pull request #80 from eimermusic/master by Travis Swicegood · 14 years ago
  50. 8a46e19 Bundler aliases "inspired by" OhMyZsh by Martin Westin · 14 years ago
  51. 18bccea Updated nvm.plugin.bash by Antono Vasiljev · 14 years ago
  52. ed47f8f Merge branch 'doubletree' by Travis Swicegood · 14 years ago
  53. 8e0b668 Do not break out of the loop instead continue with other items in the list. by Noorul Islam K M · 14 years ago
  54. 70e4c1c Merge branch 'master' of github.com:revans/bash-it by Mark Szymanski · 14 years ago
  55. ba8fde8 Make gshuf alias checker work on other bash versions by Mark Szymanski · 14 years ago
  56. ef1a1bc Merge pull request #76 from antono/master by Travis Swicegood · 14 years ago
  57. 380a4a6 Alias for textmate only on darwin* by Antono Vasiljev · 14 years ago
  58. 89da5f9 general.aliases.bash: use native tree if [ -x ] .... by Antono Vasiljev · 14 years ago
  59. 818e687 Detect OS in emacs.aliases.bash by Antono Vasiljev · 14 years ago
  60. 5764340 Add simple password generator by Mark Szymanski · 14 years ago
  61. e964c02 Add alias for shuf -> gshuf 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. 9c74671 Merge pull request #74 from victorcoder/master by Mark Szymanski · 14 years ago
  65. 484c57b Refactored gem completion to load gem lists on demand intead of on load by Victor Castell · 14 years ago
  66. 55c32cc Break needed in load_some Y case by Victor Castell · 14 years ago
  67. 159e1e4 More granular enabling of plugins/completion/aliases by Mark Szymanski · 14 years ago
  68. dac2f5b Merge branch 'master' of github.com:revans/bash-it by Mark Szymanski · 14 years ago
  69. 3eff6b2 Add ability to choose what plugins/aliases/completion to install at install time by Mark Szymanski · 14 years ago
  70. 80ec9c0 Remove automatic creation of enabled plugins/aliases/completion by Mark Szymanski · 14 years ago
  71. 41ca567 add color to the prefix by Travis Swicegood · 14 years ago
  72. 11995c1 make sure its obvious which is ruby and which is python by Travis Swicegood · 14 years ago
  73. 1251c20 add rvm to prompt by Travis Swicegood · 14 years ago
  74. aa56e2a ditch custom virtualenv_prompt in favor of one in base by Travis Swicegood · 14 years ago
  75. 021000c Merge pull request #71 from victorcoder/master by Mark Szymanski · 14 years ago
  76. ec31589 Fixed installation paths in docs. by Victor Castell · 14 years ago
  77. 1051720 Add error throw for no file specified by Mark Szymanski · 14 years ago
  78. 561c4d6 Move extract.bash to a proper location by Mark Szymanski · 14 years ago
  79. 37930b0 Merge pull request #69 from antono/bash-it by Mark Szymanski · 14 years ago
  80. 35df3d6 Just extract() by Antono Vasiljev · 14 years ago
  81. 8c7b8f2 Node version manager as plugin by Antono Vasiljev · 14 years ago
  82. 84daa1f Merge pull request #68 from tswicegood/tmuxinator by Mark Szymanski · 14 years ago
  83. baabe1f Merge pull request #67 from ryankanno/master by Mark Szymanski · 14 years ago
  84. caa1bba Moved IP and virtualenv variables to top of file by Ryan Kanno · 14 years ago
  85. 3cd70de adds a tmuxinator plugin by Travis Swicegood · 14 years ago
  86. 6ecbdb3 Merge remote-tracking branch 'upstream/master' by Ryan Kanno · 14 years ago
  87. 86aa9ff ip address can be enabled/disabled (default is enabled) by Ryan Kanno · 14 years ago
  88. 3a2b525 Added prevcurl function Downloads a file and opens it in Preivew.app by Mark Szymanski · 14 years ago
  89. e1a299e Implement JEKYLL_EDITOR variable by Mark Szymanski · 14 years ago
  90. 450a1d1 Added JEKYLL_EDITOR variable by Mark Szymanski · 14 years ago
  91. a85080c Fix extra step in install section by Mark Szymanski · 14 years ago
  92. c5b5a19 Edited README.md for punctuation, phrasing, tone, and clarity. by Tony · 14 years ago
  93. 1a96945 Fix grammar on error message by Mark Szymanski · 14 years ago
  94. f6950f9 Add gem completion by Mark Szymanski · 14 years ago
  95. ed8332d Add clarification to README by Mark Szymanski · 14 years ago
  96. e40e7dd Merge branch 'master' of https://github.com/revans/bash-it by Mark Szymanski · 14 years ago
  97. b7c4b36 Add instructions for installing with the installation script by Mark Szymanski · 14 years ago
  98. d82d8fb Add install script by Mark Szymanski · 14 years ago
  99. d3a7bdc Merge pull request #64 from jcarouth/master by Travis Swicegood · 14 years ago
  100. e1eb011 relieving headaches with a tylenol theme by Adrian Rego · 14 years ago