-
Notifications
You must be signed in to change notification settings - Fork 66.7k
``` #39631
Copy link
Copy link
Closed
Labels
invalidThis issue/PR is invalidThis issue/PR is invalidtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team
Metadata
Metadata
Assignees
Labels
invalidThis issue/PR is invalidThis issue/PR is invalidtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm going to try and develop a bit more information, but I believe the order of execution is:
.zprofile
.zshrc
.zshenv
In my current setup, the rbenv init is running (correctly) in my .zshrc.
But, I add a couple items to the path in .zshrc and several in .zshenv (including the Apple cruft)
The result is that although I correctly eval'd the init during my .zshrc; I can't run /opt/homebrew/Cellar/rbenv/1.3.0/libexec/rbenv init - zsh
once the shell is initialized.
Let me see if I can determine the precise path length that causes the wheels to fall off the cart
Originally posted by @BiggerNoise in rbenv/rbenv#1593 (comment)