Commit 04d1428f authored by WooParadog's avatar WooParadog Committed by Marc Cornellà
Browse files

Fix gitignore curl, should follow redirects

parent 69a0b280
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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment