Skip to content

Instantly share code, notes, and snippets.

@alastorid
Created August 3, 2017 08:51
Show Gist options
  • Save alastorid/cec6d49037d82861d5bb1da96cfcd2dc to your computer and use it in GitHub Desktop.
Save alastorid/cec6d49037d82861d5bb1da96cfcd2dc to your computer and use it in GitHub Desktop.
updatedb skip junk
#updatedb run so long?
#it's a good idea to skip .cache and .mozilla folders
sudo sed -i '/PRUNENAMES/ s/"\(.*\)"/".cache .mozilla .git .hg .svn"/' /etc/updatedb.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment