From c5dea4227d7562b4446f993e33c73ddb9e90cc37 Mon Sep 17 00:00:00 2001 From: ferron Date: Sat, 25 Jan 2014 23:19:41 -0400 Subject: [PATCH] updated url to point to http://www.gitignore.io based on the notification posted on gitignore.io --- plugins/gitignore/gitignore.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gitignore/gitignore.plugin.zsh b/plugins/gitignore/gitignore.plugin.zsh index 332497cec..be3c3a635 100644 --- a/plugins/gitignore/gitignore.plugin.zsh +++ b/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"