-
In your
.bashrc(or.bash_profileif you are on OSX) or.zshrcfind the lines that sourceasdf.shand the autocompletions. The lines should look something like this:. $HOME/.asdf/asdf.sh . $HOME/.asdf/completions/asdf.bashRemove these lines and save the file.
-
Run
rm -rf ~/.asdf/to completely remove all the asdf files from your system.
That's it!