mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-22 13:05:14 +08:00
[split] Move gem plugin to oh-my-fish/plugin-gem
https://github.com/oh-my-fish/plugin-gem
This commit is contained in:
parent
96f0994900
commit
978d946c22
|
@ -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
|
|
|
@ -1,4 +0,0 @@
|
||||||
if test -n "$GEM_ROOT"
|
|
||||||
set -gx GEM_HOME $GEM_ROOT
|
|
||||||
_prepend_path $GEM_ROOT/bin
|
|
||||||
end
|
|
Loading…
Reference in New Issue
Block a user