Added quiet function to run command in background.
This commit is contained in:
@@ -30,6 +30,10 @@ pri() {
|
|||||||
ri -T "${1}" | open -f -a $PREVIEW
|
ri -T "${1}" | open -f -a $PREVIEW
|
||||||
}
|
}
|
||||||
|
|
||||||
|
quiet() {
|
||||||
|
$* &> /dev/null &
|
||||||
|
}
|
||||||
|
|
||||||
banish-cookies() {
|
banish-cookies() {
|
||||||
rm -r ~/.macromedia ~/.adobe
|
rm -r ~/.macromedia ~/.adobe
|
||||||
ln -s /dev/null ~/.adobe
|
ln -s /dev/null ~/.adobe
|
||||||
|
|||||||
Reference in New Issue
Block a user