renen watermeyer
Joined
30 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in Setup MacOS 14 Sonoma Discussion
aside from libyaml (below), to get asdf to work, I also had to add the following two lines to the start of the .zshrc file:
autoload -U +X bashcompinit && bashcompinit
autoload -U +X compinit && compinit
The complete file is as follows:
autoload -U +X bashcompinit && bashcompinit
autoload -U +X compinit && compinit
. "$HOME/.asdf/asdf.sh"
. "$HOME/.asdf/completions/asdf.bash"
Posted in Setup MacOS 14 Sonoma Discussion
i needed to do this on a brand new install on a brand new m1.
Posted in Global Autocomplete Search Discussion
did you manage to solve this?