oh-my-fish/plugins/gem/gem.load

5 lines
86 B
Fish
Raw Normal View History

2014-06-21 04:33:05 +00:00
if test -n "$GEM_ROOT"
set -gx GEM_HOME $GEM_ROOT
_prepend_path $GEM_ROOT/bin
2014-06-21 04:33:05 +00:00
end