mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-06 03:10:35 +01:00
Updated gitignore.io url to use https
This commit is contained in:
parent
96e4e5dd03
commit
83b99fddb8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
function gi() { curl http://www.gitignore.io/api/$@ ;}
|
function gi() { curl https://www.gitignore.io/api/$@ ;}
|
||||||
|
|
||||||
_gitignireio_get_command_list() {
|
_gitignireio_get_command_list() {
|
||||||
curl -s http://www.gitignore.io/api/list | tr "," "\n"
|
curl -s http://www.gitignore.io/api/list | tr "," "\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue