Update gitignore.plugin.zsh

As per `http://www.gitignore.io/cli`'s news (in yellow at the top) there's now need to add `www` before the actual gitignore url.
This commit is contained in:
Antonio Murdaca 2014-02-02 12:34:26 +01:00
commit 4bd6ed1d2c

View file

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