mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
silence mode of curl
Uses silence mode of curl for better autocomplete.
This commit is contained in:
parent
f461d21de1
commit
2bf76c20ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
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 () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue