This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git. Updated .
  1. 01 Feb, 2015 2 commits
    • Bruno Pinto's avatar
      76b9a2b6
    • Daniele Sluijters's avatar
      Fix some issues with the usage of RBENV_ROOT. · f4faa2e8
      Daniele Sluijters authored
      `RBENV_ROOT` can be used to relocate where rbenv ends up storing the shims
      and versions of Ruby it installs. Because of this split `RBENV_ROOT`
      cannot be used to reliably construct a path to the rbenv binary itself.
      
      Instead we now rely on `$RBENV_BIN_ROOT` pointing to the `bin/` directory
      containing the rbenv binary/script.
      
      If `$RBENV_BIN_ROOT` is not set we search `$PATH` first and then the
      user's home directory making sure to prepend the necessary directories to
      our `$PATH` depending on where we find rbenv.
      
      Lastly we prepend to our `$PATH` the location rbenv's `shims/` so that we
      can find the shims rbenv generates for us.
      f4faa2e8
  2. 30 Jan, 2015 9 commits
  3. 29 Jan, 2015 5 commits
  4. 27 Jan, 2015 1 commit
  5. 25 Jan, 2015 1 commit
  6. 24 Jan, 2015 10 commits
  7. 21 Jan, 2015 7 commits
  8. 20 Jan, 2015 4 commits
  9. 19 Jan, 2015 1 commit