Commit 978d946c authored by Justin Hileman's avatar Justin Hileman

[split] Move gem plugin to oh-my-fish/plugin-gem

https://github.com/oh-my-fish/plugin-gem
parent 96f09949
# gem
Ruby gem support for fish.
## Install
Add `gem` to your list of fish plugins in your `config.fish`.
Example:
set fish_plugins gem bundler
## Configuration
Set `GEM_ROOT` in your `config.fish`.
Example:
set GEM_ROOT ~/.gem/ruby/2.1.0
if test -n "$GEM_ROOT"
set -gx GEM_HOME $GEM_ROOT
_prepend_path $GEM_ROOT/bin
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment