Update gitignore.plugin.zsh url

This commit is contained in:
Jiwoong Heo 2014-01-10 14:51:58 +09:00
commit 84ff88c73d

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"
@ -9,4 +9,4 @@ _gitignireio () {
compadd -S '' `_gitignireio_get_command_list`
}
compdef _gitignireio gi
compdef _gitignireio gi