Created
April 28, 2025 09:51
-
-
Save wilsonsilva/8c4c579e8eaba038f498cc5ad092fbcd to your computer and use it in GitHub Desktop.
Prune asdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for plugin in $(asdf plugin list); do | |
echo "Removing plugin $plugin" | |
asdf plugin remove "$plugin" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment