From: Mark Szymanski Date: Thu, 4 Nov 2010 18:09:40 +0000 (-0500) Subject: Added banish-cookies function. Inspired by http://onethingwell.org/post/1480517866... X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=5a7174a7345da5fd1ef1c3be7e77aac0232dad8e;p=common%2Fbash_it.git Added banish-cookies function. Inspired by onethingwell.org/post/1480517866/banish-flash-cookies --- diff --git a/plugins/base.plugin.bash b/plugins/base.plugin.bash index d19b149..f9e1370 100644 --- a/plugins/base.plugin.bash +++ b/plugins/base.plugin.bash @@ -30,6 +30,11 @@ pri() { 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 # in Mac OS X and Linux