1. 07 Mar, 2022 1 commit
  2. 05 Jan, 2022 1 commit
    • Marc Cornellà's avatar
      style: declare globals properly · d3bb52d7
      Marc Cornellà authored
      By default, `typeset` defines variables locally unless in the main scope.
      This is specially bad when using `omz plugin load`, which happens inside
      a function, so the declared variables don't continue being defined when
      the function finishes and the main scope reappears.
      d3bb52d7
  3. 28 Dec, 2021 2 commits
  4. 18 Dec, 2021 1 commit
  5. 11 Mar, 2020 1 commit
  6. 03 Oct, 2019 1 commit
  7. 15 Aug, 2015 1 commit
  8. 31 Jul, 2014 1 commit
  9. 28 Mar, 2014 1 commit
  10. 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
  11. 26 Apr, 2013 1 commit
  12. 17 Apr, 2013 1 commit
  13. 14 Feb, 2013 1 commit
  14. 19 Nov, 2012 1 commit
  15. 03 Sep, 2012 1 commit
  16. 29 Dec, 2011 1 commit
  17. 30 May, 2011 2 commits
  18. 28 May, 2011 4 commits
    • Andrew Hodges's avatar
      Gem List Helper · 572b27b7
      Andrew Hodges authored
      Add helper function to list gems in a pretty way (only with rvm, for now). Add
      missng EOF newline and a todo to the ruby plugin.
      572b27b7
    • Andrew Hodges's avatar
      RVM Update Helpers · 9f34bbed
      Andrew Hodges authored
      Add helper function to get rvm head. Add helper function to link zsh
      completion that comes with rvm into om-my-zsh plugin directory, but don't
      overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is
      better, but I want to be able to compare).
      9f34bbed
    • Andrew Hodges's avatar
      Helpful Listing Aliases · e703c959
      Andrew Hodges authored
      Add alias to list installed rubies. Add alias to list gemsets in active ruby.
      e703c959
    • Andrew Hodges's avatar
      Ruby Switching Helpers · 3e433165
      Andrew Hodges authored
      Add helper functions to switch gemsets on ruby-1.8.7-p334 and ruby-1.9.2-p180.
      Add completion definitions for helper functions.
      3e433165
  19. 22 Feb, 2011 1 commit