Fixed curl-output used for auto-completion

Removed the status-output with the `-s` argument.
This commit is contained in:
Dominik Rimpf 2018-06-14 11:32:49 +02:00
commit aa9f8bdec2

View file

@ -1,7 +1,7 @@
function gi() { curl -fL https://www.gitignore.io/api/${(j:,:)@} }
_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 () {