punkfairie
b7e75069f4
Update .config/fish/conf.d/30-ruby.fish Update .config/fish/conf.d/30-wget.fish Update .config/packages/archgirlie
9 lines
218 B
Fish
9 lines
218 B
Fish
#!/usr/bin/env fish
|
|
|
|
if command -v rvm &>/dev/null
|
|
if status --is-interactive
|
|
rvm use 3 &>/dev/null
|
|
end
|
|
else if test -e /opt/homebrew/opt/ruby/bin/ruby
|
|
fish_add_path /opt/homebrew/opt/ruby/bin/
|
|
end
|