Commit graph

35 commits

Author SHA1 Message Date
Sam Stephenson f7c463bed9 Rename helpers 2011-08-03 21:43:40 -05:00
Sam Stephenson 4e79ba15f7 Match style 2011-08-03 20:44:29 -05:00
Sam Stephenson 2099355ad5 Pull in @telemachus' Bash autocompletion defintion from https://gist.github.com/1122379 2011-08-03 20:41:06 -05:00
Sam Stephenson e0e2d93639 Add support for RBENV_VERSION=system 2011-08-03 08:39:56 -05:00
Sam Stephenson 4668a2e2ed rbenv-whence requires a command argument 2011-08-03 00:06:23 -05:00
Sam Stephenson a62bd23ba2 Show which versions of Ruby have a command installed when rbenv-which fails 2011-08-02 23:53:23 -05:00
Sam Stephenson d257b562e5 Add rbenv-whence to show you which versions of Ruby have a given command 2011-08-02 23:48:07 -05:00
Sam Stephenson 652135db7f Add --bare option to rbenv-versions 2011-08-02 23:19:37 -05:00
Sam Stephenson 86362408f1 rbenv-path -> rbenv-prefix 2011-08-02 23:11:10 -05:00
Sam Stephenson 735a2bc4e7 Consistent style 2011-08-02 23:05:24 -05:00
Joshua Peek 044eb6c802 Merge branch 'master' into libexec 2011-08-02 19:49:57 -05:00
Joshua Peek 643817fa1c Fix permissions on rehash 2011-08-02 19:49:41 -05:00
Joshua Peek d65141c7b5 Merge branch 'master' into libexec
Conflicts:
	bin/rbenv
	libexec/rbenv-shim
2011-08-02 19:41:03 -05:00
Joshua Peek 15356aebc6 Merge pull request #9 from sstephenson/cp-shim
Copies bins into shims/ instead of symlinking
2011-08-02 17:39:07 -07:00
Joshua Peek eccdec3740 Merge branch 'master' into cp-shim
Conflicts:
	bin/rbenv-shim
2011-08-02 19:38:35 -05:00
Joshua Peek 6df306d8f8 Quote $@ 2011-08-02 19:37:18 -05:00
Sam Stephenson 55ce7850ad Merge pull request #4 from telemachus/env
Use /usr/bin/env rather than /bin/bash
2011-08-02 17:20:33 -07:00
Joshua Peek ce8d3278a4 Use $shim var 2011-08-02 18:55:14 -05:00
Joshua Peek 06228d3583 Copies bins into shims/ instead of symlinking
Fixes #6
2011-08-02 18:50:44 -05:00
Peter Aronoff ad2c605d3f Use /usr/bin/env rather than /bin/bash 2011-08-02 19:11:41 -04:00
Joshua Peek 43624943ee Move subcommands into libexec/ 2011-08-02 18:01:46 -05:00
Sam Stephenson 8f9a34d9b1 Merge pull request #2 from sstephenson/shebang-flag
Shebang -e flag
2011-08-02 15:46:01 -07:00
Joshua Peek c957d83b3a Shebang -e flag 2011-08-02 17:43:43 -05:00
Jamis Buck 41c5ac5a33 the initial case has an empty directory, so force rm to avoid errors 2011-08-03 04:26:53 +08:00
Sam Stephenson e9881119d8 Ignore local files 2011-08-02 15:25:37 -05:00
Sam Stephenson 355e7c1c96 Create ~/.rbenv/shims if it doesn't exist 2011-08-02 15:23:26 -05:00
Sam Stephenson 8246dc8d8a Avoid globals 2011-08-02 12:21:30 -05:00
Sam Stephenson fb31290b9d More argument quoting 2011-08-02 12:21:09 -05:00
Sam Stephenson 4acefd6ef9 Properly quote arguments with spaces 2011-08-02 09:38:36 -05:00
Sam Stephenson 0c66f62c17 Style 2011-08-01 16:43:19 -05:00
Sam Stephenson b5d030bee7 -e 2011-08-01 16:39:00 -05:00
Sam Stephenson 6ec91083d8 Add rbenv-set-local 2011-08-01 16:22:35 -05:00
Sam Stephenson af6b06743b Extract rbenv-path 2011-08-01 16:22:26 -05:00
Sam Stephenson 1da746543f Add missing set -e 2011-08-01 15:56:52 -05:00
Sam Stephenson 99035a49a9 Initial commit 2011-08-01 15:50:26 -05:00