Skip to content

Instantly share code, notes, and snippets.

@andrewytliu
Last active February 19, 2020 10:26
Show Gist options
  • Save andrewytliu/6077153 to your computer and use it in GitHub Desktop.
Save andrewytliu/6077153 to your computer and use it in GitHub Desktop.
RVM fish fix
# in ~/.config/fish/config.fish
# Load the default rubies
if test -z $rvm_bin_path
exec bash --login -c "exec fish" ^&1
end
# ~/.config/fish/functions/rvm.fish
function rvm --description "Ruby Version Manager"
exec bash --login -c "rvm $argv; exec fish"
end
@krzkrzkrz
Copy link

Starting a shell doesnt produce anything. No error... I think the initial problem reported by @luizcarvalho is back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment