diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-12 15:10:04 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-12 15:10:04 +1200 |
commit | da16d6fe0726474d583971fc62b3d9e31667d434 (patch) | |
tree | 21914192d68a6c46f6b455f6967a635b056a03ea /curl | |
parent | Automatically attempt to decrypt inline PGP (diff) | |
download | dotfiles-da16d6fe0726474d583971fc62b3d9e31667d434.tar.gz dotfiles-da16d6fe0726474d583971fc62b3d9e31667d434.zip |
Add cURL configuration file
Diffstat (limited to 'curl')
-rw-r--r-- | curl/curlrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/curl/curlrc b/curl/curlrc new file mode 100644 index 00000000..8196bb7c --- /dev/null +++ b/curl/curlrc @@ -0,0 +1,4 @@ +silent +show-error +netrc + |