plugins/base: revamp `quiet()`
New implementation that is even quieter.pull/1930/head
parent
c3f45b2ae7
commit
41ef92bd1e
|
|
@ -105,7 +105,7 @@ function lsgrep ()
|
|||
function quiet() {
|
||||
about 'what *does* this do?'
|
||||
group 'base'
|
||||
"$@" &> /dev/null &
|
||||
nohup "$@" &> /dev/null </dev/null &
|
||||
}
|
||||
|
||||
function banish-cookies ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue