Skip to content

Commit

Permalink
Make cleanup list the files it deletes. Kind of like how rm -v wo…
Browse files Browse the repository at this point in the history
…rks.
  • Loading branch information
mathiasbynens committed Oct 23, 2011
1 parent b4d4223 commit 2f93c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aliases
Expand Up @@ -47,7 +47,7 @@ type -t md5sum > /dev/null || alias md5sum="md5"
alias c="tr -d '\n' | pbcopy"

# Recursively delete `.DS_Store` files
alias cleanup="find . -name '*.DS_Store' -type f -delete"
alias cleanup="find . -name '*.DS_Store' -type f -ls -delete"

# Shortcuts
alias d="cd ~/Documents/Dropbox"
Expand Down

0 comments on commit 2f93c73

Please sign in to comment.