1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-13 19:00:40 +01:00

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

Fix URL to gi (gitignore) function
This commit is contained in:
Robby Russell
2014-02-18 19:59:02 -08:00

View File

@@ -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"