Added quiet function to run command in background.
parent
7f721fe5e7
commit
62295973ca
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue