mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Fix gitignore curl, should follow redirects
This commit is contained in:
parent
69a0b280c7
commit
04d1428fcb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
function gi() { curl https://www.gitignore.io/api/$@ ;}
|
||||
function gi() { curl -L https://www.gitignore.io/api/$@ ;}
|
||||
|
||||
_gitignoreio_get_command_list() {
|
||||
curl -s https://www.gitignore.io/api/list | tr "," "\n"
|
||||
|
|
Loading…
Reference in a new issue