Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
044a116
)
Added banish-cookies function. Inspired by http://onethingwell.org/post/1480517866...
author
Mark Szymanski
<mrman208@me.com>
Thu, 4 Nov 2010 18:09:40 +0000
(13:09 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Thu, 4 Nov 2010 18:09:40 +0000
(13:09 -0500)
plugins/base.plugin.bash
patch
|
blob
|
history
diff --git
a/plugins/base.plugin.bash
b/plugins/base.plugin.bash
index
d19b149
..
f9e1370
100644
(file)
--- 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