1. 28 Jun, 2013 1 commit
  2. 27 Jun, 2013 1 commit
    • Brandon Black's avatar
      rvm plugin: update to ruby version helpers and rvm-update · 644728bd
      Brandon Black authored
      * the current patch levels hard-coded here are pretty dated. I updated the ruby version helpers to use loose ruby version matchers so they don't continually need to be updated with every new patch level release.
      
      * `rvm get head` actually performs an `rvm reload` in the post install. there's no need to do again here in rvm-update so I've removed that.
      644728bd
  3. 25 Jun, 2013 2 commits
  4. 23 Jun, 2013 4 commits
  5. 21 Jun, 2013 2 commits
  6. 16 Jun, 2013 2 commits
  7. 13 Jun, 2013 1 commit
  8. 12 Jun, 2013 1 commit
    • Brian Hartvigsen's avatar
      Correctly detect Rapid Board · bab1800d
      Brian Hartvigsen authored
      * Add "x" in front of the value we check against...
      * Use true instead of yes (more consistent with the rest of ohmyzsh)
      
      The fact that no one seems to have raised this as an issue leads me to believe it's not used that much...
      bab1800d
  9. 11 Jun, 2013 1 commit
  10. 09 Jun, 2013 2 commits
  11. 08 Jun, 2013 2 commits
  12. 07 Jun, 2013 1 commit
  13. 06 Jun, 2013 3 commits
  14. 05 Jun, 2013 3 commits
  15. 01 Jun, 2013 1 commit
  16. 27 May, 2013 1 commit
  17. 21 May, 2013 2 commits
  18. 09 May, 2013 1 commit
  19. 30 Apr, 2013 1 commit
  20. 29 Apr, 2013 1 commit
    • Kaiwen Xu's avatar
      Change sublime text path select priority on mac. · 17a092b0
      Kaiwen Xu authored
      User changed symbolic link for sublime binary is now top priority,
      since this allows users to actually specify which version of sublime
      they want to use. Sublime text 2 binary has higher priority over
      sublime text (3) binary, since sublime text 2 is considered more
      stable.
      17a092b0
  21. 24 Apr, 2013 1 commit
  22. 23 Apr, 2013 4 commits
  23. 22 Apr, 2013 1 commit
  24. 21 Apr, 2013 1 commit
    • Felipe Contreras's avatar
      gitfast: fix prompt · c944f8b4
      Felipe Contreras authored
      
      
      Certain themes need the 'clean' mark, and some people like to have the
      'dirty' one, just like the original git_promp_info().
      
      We probably shouldn't be modifying that function, there's no other clean
      way to achieve our own status information, so let's try to emulate the
      original as much as possible.
      Signed-off-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
      c944f8b4