You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/plugins/gem/gem.load

5 lines
86 B
Fish

if test -n "$GEM_ROOT"
set -gx GEM_HOME $GEM_ROOT
_prepend_path $GEM_ROOT/bin
end