]> git.phdru.name Git - dotfiles.git/blob - .curlrc
.vimrc: Set `visualbell` and `belloff`
[dotfiles.git] / .curlrc
1 # cURL default configuration file
2 # http://curl.haxx.se/docs/manpage.html
3
4 # Limit the time (in seconds) the connection to the server is allowed to take
5 connect-timeout = 30
6
7 # Follow HTTP redirects
8 location
9
10 # Show progress using a progress meter
11 progress-bar
12
13 # When following a redirect, automatically set the previous URL as referer
14 referer = ";auto"
15
16 # Set timestamp for the downloaded file from HTTP header (if available)
17 remote-time
18
19 # Show error messages
20 show-error
21
22 # Send a fake UA string for the HTTP servers that sniff it
23 # Disguise as Firefox on NT
24 user-agent = Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
25
26 # Default to -O
27 --remote-name-all