"vscode:/vscode.git/clone" did not exist on "a38d7cf54a8d6f43caf8347c85a184da85fdbd0c"
Commit 1df7d016 authored by Brian McKenna's avatar Brian McKenna
Browse files

Fix URL to gi (gitignore) function

Previous URL doesn't seem to work because the host requires a www
prefix.
parent 4ce7f0a3
function gi() { curl http://gitignore.io/api/$@ ;} function gi() { curl http://www.gitignore.io/api/$@ ;}
_gitignireio_get_command_list() { _gitignireio_get_command_list() {
curl -s http://gitignore.io/api/list | tr "," "\n" 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