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

5 lines
85 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
_append_path $GEM_ROOT/bin
end