Simplify dsclean alias

pull/336/head
Nils Werner 2014-08-27 11:07:09 +02:00
parent aca0f02ad8
commit edb350cccc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ fi
alias grnot='growlnotify -s -t Terminal -m "Done"' alias grnot='growlnotify -s -t Terminal -m "Done"'
# Get rid of those pesky .DS_Store files recursively # Get rid of those pesky .DS_Store files recursively
alias dsclean='find . -type f -name .DS_Store -print0 | xargs -0 rm' alias dsclean='find . -type f -name .DS_Store -delete'
# Track who is listening to your iTunes music # Track who is listening to your iTunes music
alias whotunes='lsof -r 2 -n -P -F n -c iTunes -a -i TCP@`hostname`:3689' alias whotunes='lsof -r 2 -n -P -F n -c iTunes -a -i TCP@`hostname`:3689'