Skip to content

Instantly share code, notes, and snippets.

@a1ip
Forked from andrewytliu/config.fish
Last active August 29, 2015 14:07
Show Gist options
  • Save a1ip/5f930198d998eb7d765a to your computer and use it in GitHub Desktop.
Save a1ip/5f930198d998eb7d765a to your computer and use it in GitHub Desktop.
# in ~/.config/fish/config.fish
# Load the default rubies
if test -z $rvm_bin_path
exec bash --login -c "exec fish"
end
# ~/.config/fish/functions/rvm.fish
function rvm --description "Ruby Version Manager"
exec bash --login -c "rvm $argv; exec fish"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment