From 28dc8a679fe51f28b19f7304f5e51892cd1918bc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Aug 2023 01:42:14 +0200 Subject: .profile: remove chruby configuration Switched to rbenv completely a long time ago. --- %HOME%/.profile | 11 +---------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3