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

https://github.com/oh-my-fish/plugin-gem
This commit is contained in:
Justin Hileman 2015-05-31 08:30:48 -07:00
parent 96f0994900
commit 978d946c22
2 changed files with 0 additions and 20 deletions

View File

@ -1,16 +0,0 @@
# 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

View File

@ -1,4 +0,0 @@
if test -n "$GEM_ROOT"
set -gx GEM_HOME $GEM_ROOT
_prepend_path $GEM_ROOT/bin
end