Remove .DS_store alias in oh-my-zsh
Little handy alias for oh-my-zsh to remove .DS_Store files in OSX from a directory and its subdirectories.
Inside your .zshrc file add the following code:
#remove .DS_store from dir & subdir
alias rmds="find . -name '*.DS_Store' -type f -delete"
Written by Marco Cervellin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Alias
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#