This commit is contained in:
low-ghost 2016-01-18 20:14:03 +00:00
commit c22bcf01d6

View file

@ -1,4 +1,4 @@
function gi() { curl -sL https://www.gitignore.io/api/$@ ;}
function gi() { curl -sL https://www.gitignore.io/api/`echo $@ | sed s/" "/,/g` ;}
_gitignoreio_get_command_list() {
curl -sL https://www.gitignore.io/api/list | tr "," "\n"