Removed RVM stuff from profile.d
This commit is contained in:
parent
919df7d554
commit
7ed2490ac2
@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Load RVM into a shell session *as a function*
|
||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
|
||||
|
||||
# Add RVM to PATH for scripting
|
||||
PATH=$PATH:$HOME/.rvm/bin
|
||||
|
||||
# Source bash completion for RVM
|
||||
[[ -r "$HOME/.rvm/scripts/completion" ]] && source "$HOME/.rvm/scripts/completion"
|
Loading…
Reference in New Issue
Block a user