pull/23/head
Mark Szymanski 2010-11-04 13:09:40 -05:00
parent 044a116fcd
commit 5a7174a734
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ pri() {
ri -T "${1}" | open -f -a $PREVIEW ri -T "${1}" | open -f -a $PREVIEW
} }
banish-cookies() {
rm -r ~/.macromedia ~/.adobe
ln -s /dev/null ~/.adobe
ln -s /dev/null ~/.macromedia
}
# disk usage per directory # disk usage per directory
# in Mac OS X and Linux # in Mac OS X and Linux