postmodern / chruby

Changes the current Ruby
MIT License
2.87k stars 190 forks source link

Is it possible to make the ruby version more meaningful in chruby #279

Closed chrisduong closed 10 years ago

chrisduong commented 10 years ago

Hi,

I'm using chefdk, so I added '/opt/chefdk/embedded' in RUBIES When I run chruby, the only name I can see is 'embedded' ➜ precise64.cookbook chruby

postmodern commented 10 years ago

Sounds like a job for a symlink?

chrisduong commented 10 years ago

Hi,

Yes, it worked. I had thought of it. But I was wondering if chruby had already taken care of it. Thanks

postmodern commented 10 years ago

When Bash 4 becomes more mainstream, chruby could use associative arrays.