mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 15:07:35 +08:00
Merge pull request #2542 from puffnfresh/gitignore-plugin-url
Fix URL to gi (gitignore) function
This commit is contained in:
commit
861290e40b
|
@ -1,4 +1,4 @@
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user