Added quiet function to run command in background.
authorMark Szymanski <mrman208@me.com>
Sat, 20 Nov 2010 22:27:47 +0000 (16:27 -0600)
committerMark Szymanski <mrman208@me.com>
Sat, 20 Nov 2010 22:27:47 +0000 (16:27 -0600)
plugins/base.plugin.bash

index 9eceaf9..9c8cb92 100644 (file)
@@ -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