aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%/.profile')
-rw-r--r--%HOME%/.profile11
1 files changed, 1 insertions, 10 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile
index 250653c..51ca2c2 100644
--- a/%HOME%/.profile
+++ b/%HOME%/.profile
@@ -65,18 +65,9 @@ ruby_setup() {
&& path_export "$bin_dir"
}
-# Deprecated in favour of using chruby/RVM/etc. for Ruby management.
+# Deprecated in favour of using rbenv for Ruby management.
#ruby_setup
-chruby_setup() {
- local install_prefix="$HOME/.local"
- local share_dir="$install_prefix/share/chruby"
- [ -r "$share_dir/chruby.sh" ] && . "$share_dir/chruby.sh"
- [ -r "$share_dir/auto.sh" ] && . "$share_dir/auto.sh"
-}
-
-chruby_setup
-
rbenv_setup() {
local rbenv_init