Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installing asdf via Homebrew now says: ``` To use asdf, add the following line to your ~/.zshrc: . /opt/homebrew/opt/asdf/libexec/asdf.sh ``` Yes, the laptop script is doing: `. /opt/homebrew/opt/asdf/asdf.sh` This used to work, but in no longer does because of the change in Homebrew/homebrew-core#81664 This corrects the file location being source. This failure was showing in CI and UTM locally for me.
- Loading branch information