Skip to content

Instantly share code, notes, and snippets.

@BuonOmo
Last active June 1, 2021 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BuonOmo/9aa14a1a3163764e2dd3d333535ac3d0 to your computer and use it in GitHub Desktop.
Save BuonOmo/9aa14a1a3163764e2dd3d333535ac3d0 to your computer and use it in GitHub Desktop.
Clean old rbenv ruby versions with care ⭐️
cd ~/.rbenv/versions/
du -sh *
cd ~/Dev
ruby -e 'pp `fd --no-ignore --hidden '.ruby-version'`.split.group_by { IO.read(_1).strip }'
rbenv uninstall --force ... # remove versions that seems useless to you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment