diff --git a/step.sh b/step.sh index dc45802..31883be 100755 --- a/step.sh +++ b/step.sh @@ -16,9 +16,7 @@ function setup_rbenv { wget -q "https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-doctor" -O- | bash - # Store rbenv init settings for other steps - ~/.rbenv/bin/rbenv init bash 2>> ~/.bashrc || echo "Set up ~/.bashrc for rbenv" - ~/.rbenv/bin/rbenv init zsh 2>> ~/.zshrc || echo "Set up ~/.zshrc for rbenv" + envman add --key PATH --value $"PATH" ;; *) echo "ERROR: Unknown platform found ${platform}"