Commit 5efa5138 authored by Parham Alvani's avatar Parham Alvani Committed by Marc Cornellà
Browse files

silence mode of curl (#6898)



Uses silence mode of curl for better autocomplete.
Co-authored-by: default avatarDominik Rimpf <dev@d-rimpf.de>
parent fec0089c
function gi() { curl -fL https://www.gitignore.io/api/${(j:,:)@} } function gi() { curl -fL https://www.gitignore.io/api/${(j:,:)@} }
_gitignoreio_get_command_list() { _gitignoreio_get_command_list() {
curl -fL https://www.gitignore.io/api/list | tr "," "\n" curl -sfL https://www.gitignore.io/api/list | tr "," "\n"
} }
_gitignoreio () { _gitignoreio () {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment