[feature] support rvm
This commit is contained in:
parent
b1ed92a7a0
commit
7ddc908de8
|
@ -68,5 +68,10 @@ if status is-interactive
|
|||
tmux setw automatic-rename
|
||||
end
|
||||
end
|
||||
|
||||
# ruby version manager
|
||||
if command -v rvm
|
||||
rvm default
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user