Added quiet function to run command in background.

This commit is contained in:
Mark Szymanski
2010-11-20 16:27:47 -06:00
parent 7f721fe5e7
commit 62295973ca

View 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