Created
September 24, 2020 05:05
-
-
Save kunthar/fe411f23a87a2b93999e84db7a234e14 to your computer and use it in GitHub Desktop.
remove .DS_Store sh*te
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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