We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea57412 commit c0c2b65Copy full SHA for c0c2b65
mac
@@ -156,7 +156,8 @@ if [ ! -d "$HOME/.rubies" ]; then
156
echo "$ruby_version" > "$HOME/.ruby-version"
157
# https://batsov.com/articles/2022/09/15/reload-zsh-configuration/
158
# shellcheck disable=SC1091
159
- . "$HOME/.zshrc"
+ # . "$HOME/.zshrc"
160
+ exec zsh -l
161
# After installing new Rubies, one must restart the shell before chruby can recognize them.
162
# https://github.com/postmodern/chruby#rubies-1
163
# chruby "$ruby_version" # won't work, only sets shell's $RUBY_VERSION to default Ruby
0 commit comments