Fix URL to gi (gitignore) function

Previous URL doesn't seem to work because the host requires a www
prefix.
master
Brian McKenna 12 years ago
parent 4ce7f0a37f
commit 1df7d01618
  1. 2
      plugins/gitignore/gitignore.plugin.zsh

@ -1,4 +1,4 @@
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"

Loading…
Cancel
Save