commit | b7fcfd7f3ac48de7b670f0fa7f9ce292946d424a | [log] [tgz] |
---|---|---|
author | Robert R Evans <robert@codewranglers.org> | 周五 11月 05 12:39:18 2010 -0700 |
committer | Robert R Evans <robert@codewranglers.org> | 周五 11月 05 12:39:18 2010 -0700 |
tree | c36a652ecb910599e2487dcc2a72b99a35435234 | |
parent | e1761160dfbf4e7d9a5aed5bb54e1f47ddbe7cff [diff] | |
parent | 5a7174a7345da5fd1ef1c3be7e77aac0232dad8e [diff] |
Merge branch 'master' of github.com:revans/bash-it
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 @@ 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