Skip to content

oh-my-fish/plugin-gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation


bundler

Ruby gem support for fish.

Install

$ omf install gem

Configuration

In order to use gem you must specify the path to gem root. You can do so by adding the following snippet to your .config/fish/config.fish file before sourcing Oh My Fish.

set GEM_ROOT #path

For example:

set GEM_ROOT ~/.gem/ruby/2.1.0

License

MIT © bpinto et al