Commit 861290e4 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2542 from puffnfresh/gitignore-plugin-url

Fix URL to gi (gitignore) function
parents 4ce7f0a3 1df7d016
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"
......
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