From 2d85d2894928044c851fde1abf3343338c225693 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Tue, 23 Jan 2024 20:50:02 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20curlrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/.curlrc.symlink | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/zsh/.curlrc.symlink b/zsh/.curlrc.symlink index 13a3016..0515808 100644 --- a/zsh/.curlrc.symlink +++ b/zsh/.curlrc.symlink @@ -1,6 +1,11 @@ -connect-timeout = 60 # limit the timeout in seconds -location # follow HTTP redirects -show-error # show error messages +# limit the timeout in seconds +connect-timeout = 60 + +# follow HTTP redirects +location + +# show error messages +show-error # send a fake UA string for the HTTP servers that sniff it user-agent = "Mozilla/5.0 Gecko"