mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
silence mode of curl (#6898)
Uses silence mode of curl for better autocomplete. Co-authored-by: Dominik Rimpf <dev@d-rimpf.de>
This commit is contained in:
parent
fec0089cdd
commit
5efa5138bf
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue