Skip to content

Instantly share code, notes, and snippets.

@surajRathi
Created June 2, 2023 09:33
Show Gist options
  • Save surajRathi/7e961f858c5ff38d42b914af6df93650 to your computer and use it in GitHub Desktop.
Save surajRathi/7e961f858c5ff38d42b914af6df93650 to your computer and use it in GitHub Desktop.
Clear the cache type of directories of Google Chrome in the ~/.config directory.
rm -r ~/.config/google-chrome/Default/{Service\ Worker,File\ System,IndexedDB} ~/.config/google-chrome/Profile\ 2/{Service\ Worker,File\ System,IndexedDB} ~/.config/google-chrome/Profile\ 3/{Service\ Worker,File\ System,IndexedDB} ~/.config/google-chrome/Profile\ 8/{Service\ Worker,File\ System,IndexedDB} ~/.config/google-chrome/Profile\ 11/{Service\ Worker,File\ System,IndexedDB}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment