mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Fixed curl-output used for auto-completion
Removed the status-output with the `-s` argument.
This commit is contained in:
parent
fec0089cdd
commit
aa9f8bdec2
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…
Add table
Add a link
Reference in a new issue