Skip to content

Instantly share code, notes, and snippets.

@kunthar
Created September 24, 2020 05:05
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 kunthar/fe411f23a87a2b93999e84db7a234e14 to your computer and use it in GitHub Desktop.
Save kunthar/fe411f23a87a2b93999e84db7a234e14 to your computer and use it in GitHub Desktop.
remove .DS_Store sh*te
#add to .bash_profile //MAC only
alias ds_sil='find . -name ".DS_Store" -depth -exec rm {} \;'
alias rmds='find . -name '*.DS_Store' -type f -delete'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment