This commit is contained in:
Kohei YOSHIDA 2014-09-28 09:44:41 +00:00
commit 222537ee40

View file

@ -1,7 +1,7 @@
function gi() { curl http://www.gitignore.io/api/$@ ;}
function gi() { curl -L https://www.gitignore.io/api/$@ ;}
_gitignireio_get_command_list() {
curl -s http://www.gitignore.io/api/list | tr "," "\n"
curl -s -L https://www.gitignore.io/api/list | tr "," "\n"
}
_gitignireio () {