mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-28 19:19:50 +00:00
chore(gitignore): use new API endpoint from TopTal (#11835)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function gi() { curl -fLw '\n' https://www.gitignore.io/api/"${(j:,:)@}" }
|
||||
function gi() { curl -fLw '\n' https://www.toptal.com/developers/gitignore/api/"${(j:,:)@}" }
|
||||
|
||||
_gitignoreio_get_command_list() {
|
||||
curl -sfL https://www.gitignore.io/api/list | tr "," "\n"
|
||||
curl -sfL https://www.toptal.com/developers/gitignore/api/list | tr "," "\n"
|
||||
}
|
||||
|
||||
_gitignoreio () {
|
||||
|
||||
Reference in New Issue
Block a user