mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
17 lines
253 B
Markdown
17 lines
253 B
Markdown
|
# 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
|