chruby-fish icon indicating copy to clipboard operation
chruby-fish copied to clipboard

Thin wrapper around chruby to make it work with the Fish shell

Results 7 chruby-fish issues
Sort by recently updated
recently updated
newest added

relates to https://github.com/Homebrew/homebrew-core/pull/102726

I'm in the process of testing this locally and it looks good so preparing for a v1.0.0 release.

I've created an org and invited @bouk and @postmodern - perhaps @tenderlove can be part of that too. https://github.com/ruby-shell Not sure where we can go with this but I'd love...

## Description chruby cannot successfully switch to mruby-3.0.0 under Fish, but seems to work as expected under Bash in spite of raising a Ruby NoMethodError exception when attempting to change...

I'm opening this as a tracking item. Depending on the internals, this may get fixed along with any changes to /usr/local/share/chruby/auto.sh, but also may not if various functions have been...

With chruby version 1.0.0: ``` user@xxx-dev-2022 ~/d/r/other $ chruby ruby-3.0.5 * ruby-3.2.0 user@xxx-dev-2022 ~/d/r/other $ cd test/ user@xxx-dev-2022 ~/d/r/o/test $ chruby ruby-3.0.5 * ruby-3.2.0 user@xxx-dev-2022 ~/d/r/o/test $ cat .ruby-version 3.2.0...

I was really confused how this install worked as the readme didn't really go into details. It turns out that `brew install chruby-fish` also installs fish via brew and then...