mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
412 B
412 B
Uninstalling asdf
-
In your
.bashrc
(or.bash_profile
if you are on OSX) or.zshrc
find the lines that sourceasdf.sh
and the autocompletions. The lines should look something like this:. $HOME/.asdf/asdf.sh . $HOME/.asdf/completions/asdf.bash
Remove these lines and save the file.
-
Run
rm -rf ~/.asdf/
to completely remove all the asdf files from your system.
That's it!