Use RVM with FISH shell
To use RVM with FISH shell you should install the nuggets for fish this can be accomplished via terminal CURL
open the terminal and paste this
curl --create-dirs -o ~/.config/fish/functions/rvm.fish https://raw.github.com/lunks/fish-nuggets/master/functions/rvm.fish
reload
In FISH try usign RVM -v if it works everything is ok!
Written by Piermaria Cosina
Related protips
1 Response
Also, in order to load it by default, you can put in your ~/.config/fish/config.fish
rvm > /dev/null
The /dev/null is to send the standard output to /dev/null and avoid printing the rvm message each time you open a new session.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#