-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using |
operator to ignore noclobber setting
#80
base: master
Are you sure you want to change the base?
Conversation
files on output redirect with `>`.
I'm not a collaborator on this repo, but for anyone interested in the relevant portions of the docs, here they are:
|
Updated to add support for HTTP/2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me as well. I am in the same boat with prezto and zsh and this solves it well.
The HTTP/2 fix is also nice but not sure if the maintainer will want a separate PR for that.
Well if that's the case I can revert the HTTP/2 commit and wait for this to merge before opening another PR |
Is this repo abandoned? It's been a full year already. |
make curl_opt local variable so it does not leak between requests
Fix sed regex that extracts HTTP return code to work on OSX
This allows to overwrite existing files on output redirect with
>
.Fixes issues:
#78
and
sorin-ionescu/prezto#1527