Re: [Fish-users] Porting Rbenv to fish

2013-07-23 Thread Lewis Gunsch
I have been using RVM just fine with fish. It has its own built-in fish support. ~Lewis On Tue, Jul 23, 2013 at 4:40 AM, Stestagg wrote: > A very similar thread came up on May 13th with the title: > > [Fish-users] bash/zsh compatibility helper? > > There were two scripts attached to that thread,

Re: [Fish-users] Porting Rbenv to fish

2013-07-23 Thread Stestagg
A very similar thread came up on May 13th with the title: [Fish-users] bash/zsh compatibility helper? There were two scripts attached to that thread, both of which should help here Thanks Steve On Tue, Jul 23, 2013 at 11:32 AM, Attila Györffy wrote: > Hi Andrew, > > As far as I understand the

Re: [Fish-users] Porting Rbenv to fish

2013-07-23 Thread Attila Györffy
Hi Andrew, As far as I understand the current problem is that `rbenv init -` is using POSIX compatible syntax so when Rbenv gets sourced, fish currently cannot deal with it. It’s got export, typeset, etc inside it so when fish would want to eval it, it fails for obvious reasons. Also, `rbenv sh

Re: [Fish-users] Porting Rbenv to fish

2013-07-22 Thread Andrew Kreps
I'd be interested in helping out, as I'm both a fish and rbenv user. The one question I have is, what functionality are you lacking? I'm using rbenv inside fish without any issues. On Mon, Jul 22, 2013 at 9:09 AM, Attila Györffy wrote: > Hi All, > > As an attempt to migrate my default shell fr

[Fish-users] Porting Rbenv to fish

2013-07-22 Thread Attila Györffy
Hi All, As an attempt to migrate my default shell from zsh to fish, I found myself not being able to use some of my favourite tools, mainly Rbenv. For some of you who may not be familiar with Rbenv, it is a sophisticated Ruby version manager for POSIX shells: https://github.com/sstephenson/rben