plugins/base: revamp `quiet()`

New implementation that is even quieter.
pull/1930/head
John D Pell 2021-09-23 22:49:19 -07:00
parent c3f45b2ae7
commit 41ef92bd1e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()