Skip to content

Instantly share code, notes, and snippets.

@gerardroche
Last active June 3, 2024 19:16
Show Gist options
  • Save gerardroche/6e46cbdf8da19a39f9da to your computer and use it in GitHub Desktop.
Save gerardroche/6e46cbdf8da19a39f9da to your computer and use it in GitHub Desktop.
Clean Sublime Text caches and optionally clean out any sessions
# 301 https://github.com/gerardroche/dotfiles
# Moved to https://github.com/gerardroche/dotfiles/blob/master/src/bin/sublime-clean
@OlivierBlanvillain
Copy link

rm -rfv ~/.config/sublime-text-3/Packages/.logs/		
rm -rfv ~/.config/sublime-text-3/Backup/		
rm -rfv ~/.config/sublime-text-3/Cache/		
rm -rfv ~/.config/sublime-text-3/Index/		
rm -rfv ~/.config/sublime-text-3/Settings/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment