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:
7f721fe
)
Added quiet function to run command in background.
author
Mark Szymanski
<mrman208@me.com>
Sat, 20 Nov 2010 22:27:47 +0000
(16:27 -0600)
committer
Mark Szymanski
<mrman208@me.com>
Sat, 20 Nov 2010 22:27:47 +0000
(16:27 -0600)
plugins/base.plugin.bash
patch
|
blob
|
history
diff --git
a/plugins/base.plugin.bash
b/plugins/base.plugin.bash
index
9eceaf9
..
9c8cb92
100644
(file)
--- a/
plugins/base.plugin.bash
+++ b/
plugins/base.plugin.bash
@@
-30,6
+30,10
@@
pri() {
ri -T "${1}" | open -f -a $PREVIEW
}
+quiet() {
+ $* &> /dev/null &
+}
+
banish-cookies() {
rm -r ~/.macromedia ~/.adobe
ln -s /dev/null ~/.adobe