curl
Defaults for the everyday transfer tool — ~/.curlrc.
How to use it
- Save the generated file as ~/.curlrc — curl reads it automatically.
- Disable it for a single call with
curl -q .... - Note:
silent+show-erroris the usual pairing (quiet progress, but still report errors).