1. 70e4ac9 fixed: hg branch grep+awk problem #197 by Conrado Buhrer · 12 years ago
  2. f93feb6 Using $VIRTUAL_ENV to set virtualenv prompt by manojlds · 12 years ago
  3. cd7eaaa Change the test expression of Git by xiaogaozi · 13 years ago
  4. 773370b Merge remote-tracking branch 'CaptainPatate/master' by Travis Swicegood · 13 years ago
  5. b7e429b optimize this a bit by Travis Swicegood · 13 years ago
  6. e51c7fb Remove commented out stuff by Travis Swicegood · 13 years ago
  7. 30489e7 Remove the color escape which mess up long command line in candy theme by Amaury Gauthier · 13 years ago
  8. ec0c687 Merge pull request #113 from dleavitt/master by Travis Swicegood · 13 years ago
  9. 5659a73 Show rbenv active ruby rather than system ruby by Daniel Leavitt · 13 years ago
  10. 9ba040a Make $HOSTNAME not necessary for hostname. by Changwoo Park · 14 years ago
  11. 3fc60b5 Fix bogus bash binary location by Eitan Adler · 13 years ago
  12. 6452898 Add a multiline doubletime theme that only shows Python by Travis Swicegood · 13 years ago
  13. b3c4219 Merge remote-tracking branch 'rjorgenson/master' by Travis Swicegood · 13 years ago
  14. 5c29f7f add a multi-line doubletime theme by Travis Swicegood · 13 years ago
  15. 87d7d7a Fixed issue #103 caused by "normal" colors not reseting bold/underline/... text attributes. by Beren Minor · 13 years ago
  16. 879d540 Even better color framework. by Beren Minor · 14 years ago
  17. 1da06a4 Improved color framework. by Beren Minor · 14 years ago
  18. 54ffcc0 Add new ruby_version_prompt to mbriggs theme by Robert Jung · 14 years ago
  19. b988a3e Merge remote-tracking branch 'hmans/rbfu_support' by Travis Swicegood · 14 years ago
  20. 1be4467 Update (most) themes to use new ${ruby_version_prompt} variable. by Hendrik Mans · 14 years ago
  21. ae3acff Add echo_ prefixed colors that work with echo -e (re: #96) by Travis Swicegood · 14 years ago
  22. 2e8be86 Introduce $(ruby_version_prompt), wrapping around rbfu, rbenv and RVM support. by Hendrik Mans · 14 years ago
  23. d356ecb Add rbfu support. by Hendrik Mans · 14 years ago
  24. 12167fb Merge pull request #88 from victorcoder/master by Robert Evans · 14 years ago
  25. afbb092 adds a ruby/git oriented theme by Matt Briggs · 14 years ago
  26. e305e48 fixed some syntax problems by rjorgenson · 14 years ago
  27. 25ff906 Merge remote-tracking branch 'upstream/master' by rjorgenson · 14 years ago
  28. 76fcb58 envy theme to implement rbenv version promt by Victor Castell · 14 years ago
  29. b2b629e New prompt functions and variables by John Schulz · 14 years ago
  30. ed47f8f Merge branch 'doubletree' by Travis Swicegood · 14 years ago
  31. 41ca567 add color to the prefix by Travis Swicegood · 14 years ago
  32. 11995c1 make sure its obvious which is ruby and which is python by Travis Swicegood · 14 years ago
  33. 1251c20 add rvm to prompt by Travis Swicegood · 14 years ago
  34. aa56e2a ditch custom virtualenv_prompt in favor of one in base by Travis Swicegood · 14 years ago
  35. caa1bba Moved IP and virtualenv variables to top of file by Ryan Kanno · 14 years ago
  36. 6ecbdb3 Merge remote-tracking branch 'upstream/master' by Ryan Kanno · 14 years ago
  37. 35e1fe0 fixed a bug with colors in second line of prompt by rjorgenson · 14 years ago
  38. 86aa9ff ip address can be enabled/disabled (default is enabled) by Ryan Kanno · 14 years ago
  39. 0b218c4 fixed todo count bug by rjorgenson · 14 years ago
  40. d3a7bdc Merge pull request #64 from jcarouth/master by Travis Swicegood · 14 years ago
  41. e1eb011 relieving headaches with a tylenol theme by Adrian Rego · 14 years ago
  42. 052da72 Get rid of old minimal-git theme by Mark Szymanski · 14 years ago
  43. ff0859d Move minimal-git theme into minimal theme by Mark Szymanski · 14 years ago
  44. 6e8733e Adding multiple SCM support to doubletime theme. by Jeff Carouth · 14 years ago
  45. 4e14eef Works now by Mark Szymanski · 14 years ago
  46. 989de73 No more bold by Mark Szymanski · 14 years ago
  47. b36d86d Add minimal-git theme by Mark Szymanski · 14 years ago
  48. 758c576 Removed variables specific to hawaii50 theme :) by Ryan Kanno · 14 years ago
  49. ccab485 Reverting alterations introduced in 3dc46203205f89195d29be5cf079f2e31669e77d Moved SCM_NON_CHAR change to theme since it is theme-specific and shouldn't affect all themes. by JFSIII · 14 years ago
  50. 4219db7 Update theme to use the already escaped colors added in 46b8d27815583c1b79ef9f0b27f9b39680baa114 by JFSIII · 14 years ago
  51. 59f7a18 Add `${reset_color}` at the end of `PS1` to prevent color from bleeding by JFSIII · 14 years ago
  52. 8b380c1 Convert theme to use the already escaped colors introduced in 46b8d27815583c1b79ef9f0b27f9b39680baa114 by JFSIII · 14 years ago
  53. 2b4f94a more customizations to prompt theme by rjorgenson · 14 years ago
  54. a59d785 added todo.txt-cli count to prompt and cleaned up some color code by rjorgenson · 14 years ago
  55. 65ce6fd Merge branch 'master' of https://github.com/desandro/bash-it by JFSIII · 14 years ago
  56. 0c0e67f Merge branch 'master' of http://github.com/revans/bash-it by JFSIII · 14 years ago
  57. 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
  58. bb99031 Added "hg_prompt_info" to base theme - it is used by scm_prompt_info by Daniel Leavitt · 14 years ago
  59. 8e11077 Needed to escape colors correctly for line wrapping to occur. by Ryan Kanno · 14 years ago
  60. 46b8d27 Change color definitions so they don't require escaping in the themes. When do you ever want those unprintable characters included in the character count? by JFSIII · 14 years ago
  61. fcf3581 rainbowbrite theme : color branch status indicator by David DeSandro · 14 years ago
  62. 3dc4620 SCM_NONE_CHAR='.' -> dot if no repo by David DeSandro · 14 years ago
  63. 1f1ab36 Add rainbowbrite theme by David DeSandro · 14 years ago
  64. e8a4e35 initial port of zork prompt theme to my own by rjorgenson · 14 years ago
  65. 49f897a Changed ip function to use bash-it's func, parsing out 127.0.0.1 by Ryan Kanno · 14 years ago
  66. b96345e Added VIRTUAL_PROMPT_ENABLED FLAG by Ryan Kanno · 14 years ago
  67. 09bd0ef Um, what was I thinking. Removed SCM_PROMPT_PREFIX and custom scm_info. (No by Ryan · 14 years ago
  68. 28e2aed Refactored theme to remove scm_info and rename overridden functions by Ryan · 14 years ago
  69. 0713fdc Added virtualenv_prompt to base.theme.bash (modeled after rvm_prompt) by Ryan · 14 years ago
  70. c7fcf20 Updated scm function to include `hg root` to check for Mercurial by Ryan · 14 years ago
  71. dcb0dde Added comments Added imgur screenshot by Ryan Kanno · 14 years ago
  72. f3787fd Added comments to theme by Ryan · 14 years ago
  73. 0df98ca Various theme cleanup (removing vars, extras) by Ryan · 14 years ago
  74. 0611f86 Changed color schemes Completely removed prefix/suffix for scm by Ryan Kanno · 14 years ago
  75. 9bd5b54 Added color to the scm prompt by Ryan Kanno · 14 years ago
  76. 09dfe75 Added ip address (only good for a mac) :D ) by Ryan · 14 years ago
  77. 2a6d1da Updated parse_svn_info by Ryan · 14 years ago
  78. aa2f1cb Added hg dirty/clean modifier by Ryan · 14 years ago
  79. 06d71ab Updated git prompt Started hg prompt by Ryan · 14 years ago
  80. 1a83a4d Added hawaii50 theme by Ryan · 14 years ago
  81. 9623fd4 Allow clock to be formatted by Travis Swicegood · 14 years ago
  82. 8f0b38a add zork theme by Anton Shemerey · 14 years ago
  83. b1e19cf Changed up minimal theme by Mark Szymanski · 14 years ago
  84. c517a74 Added dos theme by Mark Szymanski · 14 years ago
  85. e56c71a Added 'tonka' prompt, and personal color scheme. by Daniel Engel · 14 years ago
  86. 8dded4f Added battery info for modern theme by Mark Szymanski · 14 years ago
  87. f98a728 Check for OS type in demula theme prompt string by Jesus de Mula Cano · 14 years ago
  88. 8cc74be Fix demula theme output by Jesus de Mula Cano · 14 years ago
  89. 23de53a battery plugin code clean up by Jesus de Mula Cano · 14 years ago
  90. 0127dc2 Add safe vcprompt use to demula theme and monokai colors. Update default template to include vcprompt path. by Jesus de Mula Cano · 14 years ago
  91. 9681bae Update demula theme to use battery plugin by Jesus de Mula Cano · 14 years ago
  92. 908e020 Merge remote-tracking branch 'upstream/master' by Jesus de Mula Cano · 14 years ago
  93. 6dd943a adds git info to prompt below the root of a repository by Jeff Kolesky · 14 years ago
  94. a38012f Added demula theme by Jesus de Mula Cano · 14 years ago
  95. ba9b5d2 Add support for showing what virtualenv is currently active by Travis Swicegood · 14 years ago
  96. 1638a1a Allow setting a custom host color by Travis Swicegood · 14 years ago
  97. 0c2f309 Add THEME_PROMPT_HOST for use in prompts by Travis Swicegood · 14 years ago
  98. 8ac6e44 new "doubletime" theme with more granular git status markers and two-line prompt by Karl Swedberg · 14 years ago
  99. 2228826 Added modern-t theme, theme to be used with the t (http://stevelosh.com/projects/t/) utility by Mark Szymanski · 14 years ago
  100. 0479333 Added titlebar PWD to modern theme by Mark Szymanski · 15 years ago