aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
authorCamil Staps2019-10-10 10:43:39 +0200
committerCamil Staps2019-10-10 10:43:39 +0200
commit8c73eaa40bdf8183940056825f919d88b0bdf459 (patch)
tree9bd13bcba8ddc72097235706e8c68d4c1268bde0 /system/.profile
parentUse gcc instead of Clean linker in iTasksDev; fix install_clean n+1 (diff)
Remove rvm again
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/.profile b/system/.profile
index 3907f45..a259fa7 100644
--- a/system/.profile
+++ b/system/.profile
@@ -48,6 +48,3 @@ shopt -s globstar
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.mozbuild/arcanist/bin:$HOME/.mozbuild/moz-phab:$PATH"
-export PATH="$PATH:$HOME/.rvm/bin"
-
-[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"