fish/functions/quietly.fish @ ab96bcc7a4c0

Remove lots of things I never use
author Steve Losh <steve@stevelosh.com>
date Fri, 20 Jan 2017 12:12:18 +0000
parents 0f635ab417a7
children (none)
function quietly -d "Run a command and hide the output"
    eval $argv >/dev/null ^/dev/null
end