Bash: enable cleanup alias.

This commit is contained in:
Artem Sapegin 2013-03-31 21:14:26 +04:00
parent 7c336e56b6
commit eea819162a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ alias dotfiles="pushd "$HOME/dotfiles" > /dev/null 2>&1; git pull && ./sync.py &
alias c="tr -d '\n' | pbcopy"
# Recursively delete `.DS_Store` files
#alias cleanup="find . -type f -name '*.DS_Store' -ls -delete"
alias cleanup="find . -type f -name '*.DS_Store' -ls -delete"
# Empty the Trash on all mounted volumes and the main HDD
# Also, clear Apples System Logs to improve shell startup speed