[feature] support rvm

This commit is contained in:
root 2021-06-06 18:29:55 +08:00
parent b1ed92a7a0
commit 7ddc908de8

View File

@ -68,5 +68,10 @@ if status is-interactive
tmux setw automatic-rename tmux setw automatic-rename
end end
end end
# ruby version manager
if command -v rvm
rvm default
end
end end