Browse Source

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

Fix URL to gi (gitignore) function
Robby Russell 11 years ago
parent
commit
861290e40b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/gitignore/gitignore.plugin.zsh

+ 1 - 1
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"